home *** CD-ROM | disk | FTP | other *** search
/ Aminet 43 / Aminet 43 (2001)(GTI - Schatztruhe)[!][Jun 2001].iso / Aminet / comm / mail / YAM22src.lha / YAM_loc.c < prev    next >
C/C++ Source or Header  |  2000-11-03  |  110KB  |  1,337 lines

  1. /****************************************************************
  2.    This file was created automatically by `FlexCat V1.3'
  3. ****************************************************************/
  4.  
  5. #include <clib/locale_protos.h>
  6.  
  7. static long YAM_Version = 5;
  8. static const STRPTR YAM_BuiltInLanguage = (STRPTR)"english";
  9. struct FC_Type { long ID; char * Str; };
  10. const struct FC_Type _MSG_Folder = { 0, "Folder" };
  11. const struct FC_Type _MSG_Message = { 1, "Message" };
  12. const struct FC_Type _MSG_Attachments = { 2, "Attachments" };
  13. const struct FC_Type _MSG_Options = { 3, "Options" };
  14. const struct FC_Type _MSG_Add = { 4, "_New" };
  15. const struct FC_Type _MSG_Del = { 5, "_Delete" };
  16. const struct FC_Type _MSG_New = { 6, "New" };
  17. const struct FC_Type _MSG_Open = { 7, "Open..." };
  18. const struct FC_Type _MSG_Append = { 8, "Append..." };
  19. const struct FC_Type _MSG_Save = { 9, "Save" };
  20. const struct FC_Type _MSG_SaveAs = { 10, "Save as..." };
  21. const struct FC_Type _MSG_Print = { 11, "Print..." };
  22. const struct FC_Type _MSG_Edit = { 12, "Edit..." };
  23. const struct FC_Type _MSG_Display = { 13, "Display" };
  24. const struct FC_Type _MSG_Filter = { 14, "Filter" };
  25. const struct FC_Type _MSG_Process = { 15, "Process" };
  26. const struct FC_Type _MSG_Okay = { 16, "_Okay" };
  27. const struct FC_Type _MSG_Use = { 17, "_Use" };
  28. const struct FC_Type _MSG_Cancel = { 18, "_Cancel" };
  29. const struct FC_Type _MSG_Yes = { 19, "_Yes" };
  30. const struct FC_Type _MSG_No = { 20, "_No" };
  31. const struct FC_Type _MSG_OkayReq = { 21, "*_Okay" };
  32. const struct FC_Type _MSG_OkayCancelReq = { 22, "*_Okay|_Cancel" };
  33. const struct FC_Type _MSG_YesNoReq = { 23, "*_Yes|_No" };
  34. const struct FC_Type _MSG_ErrorReq = { 24, "Error" };
  35. const struct FC_Type _MSG_NewEntry = { 25, "- new -" };
  36. const struct FC_Type _MSG_Unnamed = { 26, "unnamed" };
  37. const struct FC_Type _MSG_Bytes = { 27, "bytes" };
  38. const struct FC_Type _MSG_Date = { 28, "Date" };
  39. const struct FC_Type _MSG_Sender = { 29, "Sender" };
  40. const struct FC_Type _MSG_Recipient = { 30, "Recipient" };
  41. const struct FC_Type _MSG_Subject = { 31, "Subject" };
  42. const struct FC_Type _MSG_Size = { 32, "Size" };
  43. const struct FC_Type _MSG_Status = { 33, "Status" };
  44. const struct FC_Type _MSG_FolderList = { 34, "Folder list" };
  45. const struct FC_Type _MSG_MessageList = { 35, "Message list" };
  46. const struct FC_Type _MSG_Realname = { 36, "Real name" };
  47. const struct FC_Type _MSG_Filename = { 37, "Filename" };
  48. const struct FC_Type _MSG_Alias = { 38, "Alias" };
  49. const struct FC_Type _MSG_Description = { 39, "Description" };
  50. const struct FC_Type _MSG_DOB = { 40, "Date of birth" };
  51. const struct FC_Type _MSG_City = { 41, "City" };
  52. const struct FC_Type _MSG_Country = { 42, "Country" };
  53. const struct FC_Type _MSG_Street = { 43, "Street" };
  54. const struct FC_Type _MSG_Phone = { 44, "Phone" };
  55. const struct FC_Type _MSG_Name = { 45, "Name" };
  56. const struct FC_Type _MSG_Email = { 46, "Email address" };
  57. const struct FC_Type _MSG_Address = { 47, "Address" };
  58. const struct FC_Type _MSG_ReturnAddress = { 48, "Return address" };
  59. const struct FC_Type _MSG_SenderRecpt = { 49, "Sender/recipient" };
  60. const struct FC_Type _MSG_MessageDate = { 50, "Message date" };
  61. const struct FC_Type _MSG_Unread = { 51, "Unread" };
  62. const struct FC_Type _MSG_Total = { 52, "Total" };
  63. const struct FC_Type _MSG_From = { 53, "From" };
  64. const struct FC_Type _MSG_To = { 54, "To" };
  65. const struct FC_Type _MSG_Default = { 55, "default" };
  66. const struct FC_Type _MSG_Columns = { 56, "Columns" };
  67. const struct FC_Type _MSG_Path = { 57, "Path" };
  68. const struct FC_Type _MSG_Directory = { 58, "Directory" };
  69. const struct FC_Type _MSG_Copyright1 = { 59, "OpenSource Email package for the Amiga\nCopyright © 1995-2000 Marcel Beck" };
  70. const struct FC_Type _MSG_Version = { 60, "Version:" };
  71. const struct FC_Type _MSG_CompilationDate = { 61, "Compilation date:" };
  72. const struct FC_Type _MSG_Copyright2 = { 62, "This program is free software; you're welcome to distribute and/or modify it under the terms of the GNU Public License. See the enclosed documents for more details.\n" };
  73. const struct FC_Type _MSG_UsedSoftware = { 63, "This application uses the following third party software:\n" };
  74. const struct FC_Type _MSG_WebSite = { 64, "The latest news about YAM can be found at the YAM Support Site at \0335http://www.yam.ch" };
  75. const struct FC_Type _MSG_UserLogin = { 65, "Click your name to login" };
  76. const struct FC_Type _MSG_AppDescription = { 66, "SMTP/POP3 Client & Mailer for AmiTCP" };
  77. const struct FC_Type _MSG_ErrorStartup = { 67, "Error during startup" };
  78. const struct FC_Type _MSG_Quit = { 68, "Quit" };
  79. const struct FC_Type _MSG_ErrorLib = { 69, "Can't open library '%s', version %ld" };
  80. const struct FC_Type _MSG_LoadingConfig = { 70, "Loading configuration..." };
  81. const struct FC_Type _MSG_CreatingGUI = { 71, "Creating user interface..." };
  82. const struct FC_Type _MSG_ErrorMuiApp = { 72, "Can't create application" };
  83. const struct FC_Type _MSG_RebuildIndices = { 73, "Rebuilding folders' indices..." };
  84. const struct FC_Type _MSG_LoadingFolders = { 74, "Loading folders..." };
  85. const struct FC_Type _MSG_LoadingABook = { 75, "Loading address book..." };
  86. const struct FC_Type _MSG_InitLibs = { 76, "Initialising libraries and classes..." };
  87. const struct FC_Type _MSG_ErrorClasses = { 77, "Can't create MUI custom classes" };
  88. const struct FC_Type _MSG_ErrorAslStruct = { 78, "Can't allocate ASL structure" };
  89. const struct FC_Type _MSG_ErrorTimer = { 79, "Can't open timer.device" };
  90. const struct FC_Type _MSG_ErrorARexx = { 80, "Can't create ARexx port" };
  91. const struct FC_Type _MSG_LoadingGFX = { 81, "Loading graphics..." };
  92. const struct FC_Type _MSG_SendStartReq = { 82, "The outgoing folder contains unsent mail.\nDo you want to send these messages now?" };
  93. const struct FC_Type _MSG_QuitYAMReq = { 83, "Do you really want to quit YAM?" };
  94. const struct FC_Type _MSG_CTtextplain = { 84, "plain text" };
  95. const struct FC_Type _MSG_CTtexthtml = { 85, "HTML document" };
  96. const struct FC_Type _MSG_CTtextaguide = { 86, "AmigaGuide document" };
  97. const struct FC_Type _MSG_CTapplicationoctetstream = { 87, "binary file" };
  98. const struct FC_Type _MSG_CTapplicationpostscript = { 88, "Postscript document" };
  99. const struct FC_Type _MSG_CTapplicationrtf = { 89, "Rich Text Format" };
  100. const struct FC_Type _MSG_CTapplicationlha = { 90, "LhA archive" };
  101. const struct FC_Type _MSG_CTapplicationlzx = { 91, "LZX archive" };
  102. const struct FC_Type _MSG_CTapplicationzip = { 92, "ZIP archive" };
  103. const struct FC_Type _MSG_CTapplicationamigaexe = { 93, "Amiga executable" };
  104. const struct FC_Type _MSG_CTimagejpeg = { 94, "JPEG/JFIF picture" };
  105. const struct FC_Type _MSG_CTimagegif = { 95, "GIF picture" };
  106. const struct FC_Type _MSG_CTimagepng = { 96, "PNG picture" };
  107. const struct FC_Type _MSG_CTimagetiff = { 97, "TIFF picture" };
  108. const struct FC_Type _MSG_CTimageilbm = { 98, "Amiga IFF-ILBM picture" };
  109. const struct FC_Type _MSG_CTaudiobasic = { 99, "UNIX audio file" };
  110. const struct FC_Type _MSG_CTaudio8svx = { 100, "Amiga IFF-8SVX audio" };
  111. const struct FC_Type _MSG_CTaudiowav = { 101, "Microsoft WAV audio" };
  112. const struct FC_Type _MSG_CTvideompeg = { 102, "MPEG video stream" };
  113. const struct FC_Type _MSG_CTvideoquicktime = { 103, "Apple QuickTime video" };
  114. const struct FC_Type _MSG_CTvideoanim = { 104, "Amiga IFF-ANIM video" };
  115. const struct FC_Type _MSG_CTvideomsvideo = { 105, "Microsoft AVI video" };
  116. const struct FC_Type _MSG_CTmessagerfc822 = { 106, "E-mail message" };
  117. const struct FC_Type _MSG_LOG_Started = { 107, "YAM started" };
  118. const struct FC_Type _MSG_LOG_Terminated = { 108, "YAM terminated" };
  119. const struct FC_Type _MSG_LOG_LoggedIn = { 109, "Logged in as user '%s'" };
  120. const struct FC_Type _MSG_LOG_LoggedInVerbose = { 110, "Logged in as '%s', using configuration '%s' and mail directory '%s'" };
  121. const struct FC_Type _MSG_LOG_Deleting = { 111, "Deleted %ld message(s) in folder '%s'" };
  122. const struct FC_Type _MSG_LOG_DeletingVerbose = { 112, "Deleted message from '%s' about '%s' in folder '%s'" };
  123. const struct FC_Type _MSG_LOG_Moving = { 113, "Moved %ld message(s) from folder '%s' to '%s'" };
  124. const struct FC_Type _MSG_LOG_MovingVerbose = { 114, "Moved message from '%s' about '%s' from folder '%s' to '%s'" };
  125. const struct FC_Type _MSG_LOG_Copying = { 115, "Copied %ld message(s) from folder '%s' to '%s'" };
  126. const struct FC_Type _MSG_LOG_CopyingVerbose = { 116, "Copied message from '%s' about '%s' from folder '%s' to '%s'" };
  127. const struct FC_Type _MSG_LOG_ConnectPOP = { 117, "Logged in on POP3 account '%s@%s': %ld messages waiting" };
  128. const struct FC_Type _MSG_LOG_RetrievingVerbose = { 118, "Retrieved message from '%s' about '%s' (%ld bytes)" };
  129. const struct FC_Type _MSG_LOG_Retrieving = { 119, "Retrieved %ld message(s) from POP3 account '%s@%s'" };
  130. const struct FC_Type _MSG_LOG_ConnectSMTP = { 120, "Connected to SMTP server '%s'" };
  131. const struct FC_Type _MSG_LOG_SendingVerbose = { 121, "Sent message to '%s' about '%s' (%ld bytes)" };
  132. const struct FC_Type _MSG_LOG_Sending = { 122, "Sent %ld message(s) using SMTP server '%s'" };
  133. const struct FC_Type _MSG_LOG_Editing = { 123, "Edited message from '%s' to '%s' about '%s'" };
  134. const struct FC_Type _MSG_LOG_Creating = { 124, "Wrote new message for '%s' about '%s', including %ld attachment(s)" };
  135. const struct FC_Type _MSG_LOG_Replying = { 125, "Replied message from '%s' about '%s'" };
  136. const struct FC_Type _MSG_LOG_Bouncing = { 126, "Bounced message from '%s' about '%s' to '%s'" };
  137. const struct FC_Type _MSG_LOG_Forwarding = { 127, "Forwarded message from '%s' about '%s' to '%s'" };
  138. const struct FC_Type _MSG_LOG_Filtering = { 128, "Filtered %ld message(s) in folder '%s': %ld match(es)" };
  139. const struct FC_Type _MSG_LOG_SavingConfig = { 129, "Saved configuration file '%s'" };
  140. const struct FC_Type _MSG_LOG_SavingABook = { 130, "Saved address book '%s'" };
  141. const struct FC_Type _MSG_LOG_SavingUsers = { 131, "Saved user configuration" };
  142. const struct FC_Type _MSG_LOG_NewAddress = { 132, "Added address book entry '%s'" };
  143. const struct FC_Type _MSG_LOG_Importing = { 133, "Imported %ld message(s) from file '%s' into folder '%s'" };
  144. const struct FC_Type _MSG_LOG_Exporting = { 134, "Exported %ld message(s) from folder '%s' to file '%s'" };
  145. const struct FC_Type _MSG_LOG_SavingAtt = { 135, "Saved attachment '%s' of message '%s' in folder '%s'" };
  146. const struct FC_Type _MSG_LOG_CroppingAtt = { 136, "Cropped attachment(s) of message '%s' in folder '%s'" };
  147. const struct FC_Type _MSG_LOG_ChangingSubject = { 137, "Changed subject '%s' of message '%s' in folder '%s' to '%s'" };
  148. const struct FC_Type _MSG_UT_Save = { 138, "Save" };
  149. const struct FC_Type _MSG_UT_Load = { 139, "Load" };
  150. const struct FC_Type _MSG_UT_PGPPassReq = { 140, "Please enter your PGP pass phrase:" };
  151. const struct FC_Type _MSG_UT_AppStats = { 141, "New:%ld Total:%ld" };
  152. const struct FC_Type _MSG_UT_NoPrinter = { 142, "No printer or printer offline!" };
  153. const struct FC_Type _MSG_UT_NoPaper = { 143, "Out of paper!" };
  154. const struct FC_Type _MSG_MA_GetFolderPass = { 144, "Folder '%s' is a protected folder.\nPlease enter the password to unlock it:" };
  155. const struct FC_Type _MSG_MA_LatestVersion = { 145, "Latest version: %s (%2ld.%02ld.%ld)\nThis version: %s (%s)\n\n%s" };
  156. const struct FC_Type _MSG_MA_NewVersion = { 146, "\0338A new version is available at the YAM homepage!" };
  157. const struct FC_Type _MSG_MA_NoNewVersion = { 147, "You're already using the latest version." };
  158. const struct FC_Type _MSG_MA_VersionReqOpt = { 148, "_Visit homepage|*_Cancel" };
  159. const struct FC_Type _MSG_MA_ReplyReq = { 149, "The selected message has multiple recipients.\nDo you want to send the reply..." };
  160. const struct FC_Type _MSG_MA_ReplyReqOpt = { 150, "*...to the\n_sender|...to the sender and\n_all recipients|...to the\n_recipients|_Cancel" };
  161. const struct FC_Type _MSG_MA_CompareReq = { 151, "Sender address (From) is <%s>, but\nreturn address (Reply-To) is <%s>.\nWhich address do you want to use?" };
  162. const struct FC_Type _MSG_MA_Compare3ReqOpt = { 152, "_From|*_Reply-To|_Both|_Cancel" };
  163. const struct FC_Type _MSG_MA_Compare2ReqOpt = { 153, "_From|*_Reply-To|_Cancel" };
  164. const struct FC_Type _MSG_MA_AttachRemoved = { 154, "\n_The following attachments have been removed manually:_\n" };
  165. const struct FC_Type _MSG_MA_ConfirmReq = { 155, "Please confirm..." };
  166. const struct FC_Type _MSG_MA_ConfirmDel = { 156, "Please confirm deletion." };
  167. const struct FC_Type _MSG_MA_1Selected = { 157, "One message selected.\n" };
  168. const struct FC_Type _MSG_MA_xSelected = { 158, "%ld messages selected.\n" };
  169. const struct FC_Type _MSG_MA_ConfirmFilter = { 159, "Is it okay to filter all the messages\nin the folder '%s'?" };
  170. const struct FC_Type _MSG_MA_FilterStats = { 160, "Filtering done:\n%3ld messages checked,\n%3ld forwarded,\n%3ld archived,\n%3ld deleted" };
  171. const struct FC_Type _MSG_MA_ExportAppendReq = { 161, "The output file already exists. Do you want\nto overwrite it or append the messages?" };
  172. const struct FC_Type _MSG_MA_ExportAppendOpts = { 162, "*_Overwrite|_Append|_Cancel" };
  173. const struct FC_Type _MSG_MA_MoveMsg = { 163, "Move message(s)" };
  174. const struct FC_Type _MSG_MA_MoveMsgReq = { 164, "Please select a destination folder:" };
  175. const struct FC_Type _MSG_MA_MoveGad = { 165, "_Move" };
  176. const struct FC_Type _MSG_MA_CopyMsg = { 166, "Copy message(s)" };
  177. const struct FC_Type _MSG_MA_CopyGad = { 167, "Cop_y" };
  178. const struct FC_Type _MSG_MA_ChangeSubjReq = { 168, "Enter a new subject:" };
  179. const struct FC_Type _MSG_MA_All = { 169, "All" };
  180. const struct FC_Type _MSG_MA_Cancel = { 170, "\033bCancel" };
  181. const struct FC_Type _MSG_MA_TitleStatus = { 171, "Status" };
  182. const struct FC_Type _MSG_MA_Scripts = { 172, "Scripts" };
  183. const struct FC_Type _MSG_MA_ExecuteScript = { 173, "Execute script..." };
  184. const struct FC_Type _MSG_MA_CheckSingle = { 174, "Check single account" };
  185. const struct FC_Type _MSG_MA_FolderInfo = { 175, "\033bCurrent folder\033n\nName: %s\nPath: %s\nSize: %ld bytes\nMessages: %ld (%ld new, %ld unread)" };
  186. const struct FC_Type _MSG_MA_MessageInfo = { 176, "\033bCurrent message\033n\nFrom: %s <%s>\nTo: %s <%s>\nSubject: %s\nDate: %s\nFilename: %s\nSize: %ld bytes" };
  187. const struct FC_Type _MSG_MA_WinTitle = { 177, "Amiga YAM %s  -  User: %s" };
  188. const struct FC_Type _MSG_MA_ToPrefix = { 178, "\033bTo: \033n" };
  189. const struct FC_Type _MSG_MA_Incoming = { 179, "Incoming" };
  190. const struct FC_Type _MSG_MA_Outgoing = { 180, "Outgoing" };
  191. const struct FC_Type _MSG_MA_Sent = { 181, "Sent" };
  192. const struct FC_Type _MSG_MA_Deleted = { 182, "Deleted" };
  193. const struct FC_Type _MSG_MA_Archived = { 183, "Archived" };
  194. const struct FC_Type _MSG_MA_TBRead = { 184, "Rea_d" };
  195. const struct FC_Type _MSG_MA_TBEdit = { 185, "_Edit" };
  196. const struct FC_Type _MSG_MA_TBMove = { 186, "_Move" };
  197. const struct FC_Type _MSG_MA_TBDelete = { 187, "De_lete" };
  198. const struct FC_Type _MSG_MA_TBGetAddr = { 188, "Ge_tAdd" };
  199. const struct FC_Type _MSG_MA_TBWrite = { 189, "_New" };
  200. const struct FC_Type _MSG_MA_TBReply = { 190, "_Reply" };
  201. const struct FC_Type _MSG_MA_TBForward = { 191, "For_ward" };
  202. const struct FC_Type _MSG_MA_TBGetMail = { 192, "_Get" };
  203. const struct FC_Type _MSG_MA_TBSendAll = { 193, "_Send" };
  204. const struct FC_Type _MSG_MA_TBFilter = { 194, "F_ilter" };
  205. const struct FC_Type _MSG_MA_TBFind = { 195, "_Find" };
  206. const struct FC_Type _MSG_MA_TBAddrBook = { 196, "_Addr" };
  207. const struct FC_Type _MSG_MA_TBConfig = { 197, "_Config" };
  208. const struct FC_Type _MSG_MA_Project = { 198, "Project" };
  209. const struct FC_Type _MSG_MA_About = { 199, "About..." };
  210. const struct FC_Type _MSG_MA_AboutMUI = { 200, "About MUI..." };
  211. const struct FC_Type _MSG_MA_CheckVersion = { 201, "Check version" };
  212. const struct FC_Type _MSG_MA_LastErrors = { 202, "Show last message" };
  213. const struct FC_Type _MSG_MA_Restart = { 203, "Restart" };
  214. const struct FC_Type _MSG_MA_Hide = { 204, "Hide" };
  215. const struct FC_Type _MSG_MA_Quit = { 205, "Quit" };
  216. const struct FC_Type _MSG_MA_NewFolder = { 206, "New folder..." };
  217. const struct FC_Type _MSG_MA_NewSeparator = { 207, "New separator..." };
  218. const struct FC_Type _MSG_MA_SortOrder = { 208, "Order" };
  219. const struct FC_Type _MSG_MA_OSave = { 209, "Save" };
  220. const struct FC_Type _MSG_MA_Reset = { 210, "Reset" };
  221. const struct FC_Type _MSG_MA_Select = { 211, "Select" };
  222. const struct FC_Type _MSG_MA_SelectAll = { 212, "All" };
  223. const struct FC_Type _MSG_MA_SelectNone = { 213, "None" };
  224. const struct FC_Type _MSG_MA_SelectToggle = { 214, "Toggle" };
  225. const struct FC_Type _MSG_MA_MSearch = { 215, "Search..." };
  226. const struct FC_Type _MSG_MA_MFilter = { 216, "Filter" };
  227. const struct FC_Type _MSG_MA_RemoveDeleted = { 217, "Empty trash" };
  228. const struct FC_Type _MSG_MA_UpdateIndex = { 218, "Update index" };
  229. const struct FC_Type _MSG_MA_FlushIndices = { 219, "Flush indices" };
  230. const struct FC_Type _MSG_MA_ExportMessages = { 220, "Export..." };
  231. const struct FC_Type _MSG_MA_ImportMessages = { 221, "Import..." };
  232. const struct FC_Type _MSG_MA_MSendAll = { 222, "Send queued mail" };
  233. const struct FC_Type _MSG_MA_Exchange = { 223, "Exchange mail" };
  234. const struct FC_Type _MSG_MA_MGetMail = { 224, "Get new mail" };
  235. const struct FC_Type _MSG_MA_MRead = { 225, "Read" };
  236. const struct FC_Type _MSG_MA_MEdit = { 226, "Edit" };
  237. const struct FC_Type _MSG_MA_MDelete = { 227, "Delete" };
  238. const struct FC_Type _MSG_MA_MMove = { 228, "Move..." };
  239. const struct FC_Type _MSG_MA_MCopy = { 229, "Copy..." };
  240. const struct FC_Type _MSG_MA_Save = { 230, "Save..." };
  241. const struct FC_Type _MSG_MA_Crop = { 231, "Crop" };
  242. const struct FC_Type _MSG_MA_MReply = { 232, "Reply..." };
  243. const struct FC_Type _MSG_MA_MForward = { 233, "Forward..." };
  244. const struct FC_Type _MSG_MA_MBounce = { 234, "Bounce..." };
  245. const struct FC_Type _MSG_MA_MGetAddress = { 235, "Save address..." };
  246. const struct FC_Type _MSG_MA_SetStatus = { 236, "Set status to" };
  247. const struct FC_Type _MSG_MA_ToUnread = { 237, "Unread" };
  248. const struct FC_Type _MSG_MA_ToRead = { 238, "Read" };
  249. const struct FC_Type _MSG_MA_ToHold = { 239, "Hold" };
  250. const struct FC_Type _MSG_MA_ToQueued = { 240, "Queued" };
  251. const struct FC_Type _MSG_MA_ChangeSubj = { 241, "Change subject..." };
  252. const struct FC_Type _MSG_MA_MSend = { 242, "Send" };
  253. const struct FC_Type _MSG_MA_Settings = { 243, "Settings" };
  254. const struct FC_Type _MSG_MA_MAddrBook = { 244, "Address Book..." };
  255. const struct FC_Type _MSG_MA_MConfig = { 245, "Configuration..." };
  256. const struct FC_Type _MSG_MA_MUsers = { 246, "Users..." };
  257. const struct FC_Type _MSG_HELP_MA_BT_READ = { 247, "Display contents of\nselected message" };
  258. const struct FC_Type _MSG_HELP_MA_BT_EDIT = { 248, "Modify the\nselected message" };
  259. const struct FC_Type _MSG_HELP_MA_BT_MOVE = { 249, "Move selected message(s)\nto another folder" };
  260. const struct FC_Type _MSG_HELP_MA_BT_DELETE = { 250, "Delete selected message(s)" };
  261. const struct FC_Type _MSG_HELP_MA_BT_GETADDRESS = { 251, "Save sender's address\nin your address book" };
  262. const struct FC_Type _MSG_HELP_MA_BT_WRITE = { 252, "Compose a new message" };
  263. const struct FC_Type _MSG_HELP_MA_BT_REPLY = { 253, "Reply to selected message" };
  264. const struct FC_Type _MSG_HELP_MA_BT_FORWARD = { 254, "Forward selected message\nto another recipient" };
  265. const struct FC_Type _MSG_HELP_MA_BT_POPNOW = { 255, "Connect to the mail server\nand download new messages" };
  266. const struct FC_Type _MSG_HELP_MA_BT_SENDALL = { 256, "Send queued messages\nin the outgoing folder" };
  267. const struct FC_Type _MSG_HELP_MA_BT_FILTER = { 257, "Apply filters to all\nmessages in this folder" };
  268. const struct FC_Type _MSG_HELP_MA_BT_SEARCH = { 258, "Search your mail folders" };
  269. const struct FC_Type _MSG_HELP_MA_BT_ABOOK = { 259, "Open the address book" };
  270. const struct FC_Type _MSG_HELP_MA_BT_CONFIG = { 260, "Modify YAM's preferences" };
  271. const struct FC_Type _MSG_CO_SelectDir = { 261, "Please select a directory for the new folder:" };
  272. const struct FC_Type _MSG_CO_ChangeFolderPass = { 262, "Enter a new password for this folder:" };
  273. const struct FC_Type _MSG_CO_RetypePass = { 263, "Please re-type the password:" };
  274. const struct FC_Type _MSG_CO_ConfirmDelete = { 264, "All messages in this folder will be lost!\nDo you really want to delete it?" };
  275. const struct FC_Type _MSG_CO_InvalidConf = { 265, "Invalid configuration (missing hostname\n or email address)\n\nPlease fill in these fields and try again!" };
  276. const struct FC_Type _MSG_CO_ImportMIMEReq = { 266, "Import settings from..." };
  277. const struct FC_Type _MSG_CO_ImportMIMEGads = { 267, "*_MIME.prefs|m_ailcap|m_ime.types|_Cancel" };
  278. const struct FC_Type _MSG_CO_NewIntroDef = { 268, "Hello,\\n" };
  279. const struct FC_Type _MSG_CO_AltRepIntroDef = { 269, "" };
  280. const struct FC_Type _MSG_CO_AltRepPatternDef = { 270, "" };
  281. const struct FC_Type _MSG_CO_ForwardIntroDef = { 271, "*** Begin of forwarded message ***\\n\\nDate: %d %t\\nFrom: %n <%e>\\nSubject: %s\\n\\n--- Forwarded message follows ---\\n\\n" };
  282. const struct FC_Type _MSG_CO_ForwardFinishDef = { 272, "*** End of forwarded message ***\\n" };
  283. const struct FC_Type _MSG_CO_GreetingsDef = { 273, "Kind regards" };
  284. const struct FC_Type _MSG_CO_AltRepHelloDef = { 274, "" };
  285. const struct FC_Type _MSG_CO_AltRepByeDef = { 275, "" };
  286. const struct FC_Type _MSG_CO_MLRepHelloDef = { 276, "" };
  287. const struct FC_Type _MSG_CO_MLRepIntroDef = { 277, "On %d, %n wrote:\\n" };
  288. const struct FC_Type _MSG_CO_MLRepByeDef = { 278, "Regards" };
  289. const struct FC_Type _MSG_CO_LineBreak = { 279, "\\n  Line break" };
  290. const struct FC_Type _MSG_CO_SenderName = { 280, "%n  Original sender: Name" };
  291. const struct FC_Type _MSG_CO_SenderFirstname = { 281, "%f  Original sender: First name" };
  292. const struct FC_Type _MSG_CO_SenderAddress = { 282, "%e  Original sender: Address" };
  293. const struct FC_Type _MSG_CO_SenderSubject = { 283, "%s  Original message: Subject" };
  294. const struct FC_Type _MSG_CO_SenderDate = { 284, "%d  Original message: Date" };
  295. const struct FC_Type _MSG_CO_SenderTime = { 285, "%t  Original message: Time" };
  296. const struct FC_Type _MSG_CO_SenderDOW = { 286, "%w  Original message: Day of week" };
  297. const struct FC_Type _MSG_CO_SenderMsgID = { 287, "%m  Original message: Message ID" };
  298. const struct FC_Type _MSG_CO_SenderInitials = { 288, "%i  Original sender: Initials" };
  299. const struct FC_Type _MSG_CO_Sender2Initials = { 289, "%j  Original sender: Two initials" };
  300. const struct FC_Type _MSG_CO_RecptName = { 290, "%r  Recipient: Name" };
  301. const struct FC_Type _MSG_CO_RecptFirstname = { 291, "%v  Recipient: First name" };
  302. const struct FC_Type _MSG_CO_RecptAddress = { 292, "%a  Recipient: Address" };
  303. const struct FC_Type _MSG_CO_ORecptName = { 293, "%r  Original recipient: Name" };
  304. const struct FC_Type _MSG_CO_ORecptFirstname = { 294, "%v  Original recipient: First name" };
  305. const struct FC_Type _MSG_CO_ORecptAddress = { 295, "%a  Original recipient: Address" };
  306. const struct FC_Type _MSG_CO_CompleteHeader = { 296, "%h  Complete header" };
  307. const struct FC_Type _MSG_CO_ArchiveName = { 297, "%a  Filename of archive" };
  308. const struct FC_Type _MSG_CO_ArchiveFiles = { 298, "%f  Files to be archived" };
  309. const struct FC_Type _MSG_CO_ArchiveFilelist = { 299, "%l  List containing filenames" };
  310. const struct FC_Type _MSG_CO_CrdFirstSteps = { 300, "First steps" };
  311. const struct FC_Type _MSG_CO_CrdTCPIP = { 301, "TCP/IP" };
  312. const struct FC_Type _MSG_CO_CrdNewMail = { 302, "New mail" };
  313. const struct FC_Type _MSG_CO_CrdFilters = { 303, "Filters" };
  314. const struct FC_Type _MSG_CO_CrdRead = { 304, "Read" };
  315. const struct FC_Type _MSG_CO_CrdWrite = { 305, "Write" };
  316. const struct FC_Type _MSG_CO_CrdReply = { 306, "Reply" };
  317. const struct FC_Type _MSG_CO_CrdSignature = { 307, "Signature" };
  318. const struct FC_Type _MSG_CO_CrdLists = { 308, "Lists" };
  319. const struct FC_Type _MSG_CO_CrdMIME = { 309, "MIME" };
  320. const struct FC_Type _MSG_CO_CrdSecurity = { 310, "Security" };
  321. const struct FC_Type _MSG_CO_CrdMixed = { 311, "Miscellaneous" };
  322. const struct FC_Type _MSG_CO_CrdScripts = { 312, "ARexx" };
  323. const struct FC_Type _MSG_CO_CrdStartQuit = { 313, "Start/Quit" };
  324. const struct FC_Type _MSG_CO_CrdABook = { 314, "Address book" };
  325. const struct FC_Type _MSG_CO_Save = { 315, "_Save" };
  326. const struct FC_Type _MSG_CO_Use = { 316, "_Use" };
  327. const struct FC_Type _MSG_CO_Cancel = { 317, "_Cancel" };
  328. const struct FC_Type _MSG_CO_TZoneM12 = { 318, "GMT-12  Kwajalein Islands" };
  329. const struct FC_Type _MSG_CO_TZoneM11 = { 319, "GMT-11  Midway Islands, Samoa" };
  330. const struct FC_Type _MSG_CO_TZoneM10 = { 320, "GMT-10  Honolulu, Tahiti" };
  331. const struct FC_Type _MSG_CO_TZoneM9 = { 321, "GMT-9   Anchorage" };
  332. const struct FC_Type _MSG_CO_TZoneM8 = { 322, "GMT-8   Los Angeles, San Francisco (PDT)" };
  333. const struct FC_Type _MSG_CO_TZoneM7 = { 323, "GMT-7   Calgary, Denver, Phoenix (MDT)" };
  334. const struct FC_Type _MSG_CO_TZoneM6 = { 324, "GMT-6   Chicago, Dallas, Mexico City (CMT)" };
  335. const struct FC_Type _MSG_CO_TZoneM5 = { 325, "GMT-5   Lima, Miami, Montreal, New York (EST)" };
  336. const struct FC_Type _MSG_CO_TZoneM4 = { 326, "GMT-4   Caracas, Santiago, Thule (ADT)" };
  337. const struct FC_Type _MSG_CO_TZoneM3 = { 327, "GMT-3   Buenos Aires, Rio de Janeiro" };
  338. const struct FC_Type _MSG_CO_TZoneM2 = { 328, "GMT-2   Brazil East" };
  339. const struct FC_Type _MSG_CO_TZoneM1 = { 329, "GMT-1   Azores" };
  340. const struct FC_Type _MSG_CO_TZone0 = { 330, "GMT     Dublin, Lisbon, London (GMT)" };
  341. const struct FC_Type _MSG_CO_TZone1 = { 331, "GMT+1   Berlin, Paris, Madrid, Oslo (MET)" };
  342. const struct FC_Type _MSG_CO_TZone2 = { 332, "GMT+2   Athens, Cairo, Helsinki (EET)" };
  343. const struct FC_Type _MSG_CO_TZone3 = { 333, "GMT+3   Baghdad, Kuwait, Moscow, Nairobi" };
  344. const struct FC_Type _MSG_CO_TZone4 = { 334, "GMT+4   Dubai, Port Louis, Victoria" };
  345. const struct FC_Type _MSG_CO_TZone5 = { 335, "GMT+5   Islamabad, Karachi" };
  346. const struct FC_Type _MSG_CO_TZone6 = { 336, "GMT+6   Alma-Ata, Dhaka, Tashkent" };
  347. const struct FC_Type _MSG_CO_TZone7 = { 337, "GMT+7   Bangkok, Hanoi, Phnom Penh" };
  348. const struct FC_Type _MSG_CO_TZone8 = { 338, "GMT+8   Hong Kong, Shanghai, Singapore (PST)" };
  349. const struct FC_Type _MSG_CO_TZone9 = { 339, "GMT+9   Osaka, Seoul, Tokyo" };
  350. const struct FC_Type _MSG_CO_TZone10 = { 340, "GMT+10  Melbourne, Sydney, Vladivostok" };
  351. const struct FC_Type _MSG_CO_TZone11 = { 341, "GMT+11  New Caldonia" };
  352. const struct FC_Type _MSG_CO_TZone12 = { 342, "GMT+12  Auckland, Wellington" };
  353. const struct FC_Type _MSG_CO_MinConfig = { 343, "Minimal configuration" };
  354. const struct FC_Type _MSG_CO_RealName = { 344, "_Real name" };
  355. const struct FC_Type _MSG_CO_EmailAddress = { 345, "_Email address" };
  356. const struct FC_Type _MSG_CO_POPServer = { 346, "POP_3 server" };
  357. const struct FC_Type _MSG_CO_Password = { 347, "_Password" };
  358. const struct FC_Type _MSG_CO_TimeZone = { 348, "Time zone" };
  359. const struct FC_Type _MSG_CO_DaylightSaving = { 349, "_Add adjustment for daylight saving time" };
  360. const struct FC_Type _MSG_CO_SendMail = { 350, "Send mail (SMTP)" };
  361. const struct FC_Type _MSG_CO_Server = { 351, "Server" };
  362. const struct FC_Type _MSG_CO_Domain = { 352, "Do_main" };
  363. const struct FC_Type _MSG_CO_Allow8bit = { 353, "SMTP server allows _8bit" };
  364. const struct FC_Type _MSG_CO_ReceiveMail = { 354, "Receive mail (POP3)" };
  365. const struct FC_Type _MSG_CO_POPUserID = { 355, "User _ID" };
  366. const struct FC_Type _MSG_CO_POPActive = { 356, "_Active" };
  367. const struct FC_Type _MSG_CO_DeleteServerMail = { 357, "Delete mail _on server" };
  368. const struct FC_Type _MSG_CO_UseAPOP = { 358, "_Login using APOP" };
  369. const struct FC_Type _MSG_CO_PSNever = { 359, "never" };
  370. const struct FC_Type _MSG_CO_PSLarge = { 360, "large messages" };
  371. const struct FC_Type _MSG_CO_PSAlways = { 361, "always" };
  372. const struct FC_Type _MSG_CO_PSAlwaysFast = { 362, "always, only sizes" };
  373. const struct FC_Type _MSG_CO_TWNever = { 363, "hide always" };
  374. const struct FC_Type _MSG_CO_TWAuto = { 364, "automatic" };
  375. const struct FC_Type _MSG_CO_TWAlways = { 365, "show always" };
  376. const struct FC_Type _MSG_CO_Download = { 366, "Download" };
  377. const struct FC_Type _MSG_CO_AvoidDuplicates = { 367, "_Avoid duplicates" };
  378. const struct FC_Type _MSG_CO_TransferWin = { 368, "_Transfer window" };
  379. const struct FC_Type _MSG_CO_PreSelect = { 369, "_Pre-selection" };
  380. const struct FC_Type _MSG_CO_UpdateStatus = { 370, "Update m_essage status" };
  381. const struct FC_Type _MSG_CO_WarnSize1 = { 371, "Size _limit" };
  382. const struct FC_Type _MSG_CO_WarnSize2 = { 372, "KB" };
  383. const struct FC_Type _MSG_CO_AutoOperation = { 373, "Automatic operation" };
  384. const struct FC_Type _MSG_CO_CheckMail = { 374, "Chec_k for new mail every" };
  385. const struct FC_Type _MSG_CO_Minutes = { 375, "minutes" };
  386. const struct FC_Type _MSG_CO_DownloadLarge = { 376, "_Download large messages" };
  387. const struct FC_Type _MSG_CO_Notification = { 377, "Notification" };
  388. const struct FC_Type _MSG_CO_NotiReq = { 378, "_Requester" };
  389. const struct FC_Type _MSG_CO_NotiSound = { 379, "S_ound" };
  390. const struct FC_Type _MSG_CO_NotiCommand = { 380, "Co_mmand" };
  391. const struct FC_Type _MSG_CO_Name = { 381, "N_ame" };
  392. const struct FC_Type _MSG_CO_CTNone = { 382, "don't combine" };
  393. const struct FC_Type _MSG_CO_CTAnd = { 383, "and" };
  394. const struct FC_Type _MSG_CO_CTOr = { 384, "or" };
  395. const struct FC_Type _MSG_CO_CTXor = { 385, "exclusive or" };
  396. const struct FC_Type _MSG_CO_Comparison = { 386, "Comparison" };
  397. const struct FC_Type _MSG_CO_Action = { 387, "Action" };
  398. const struct FC_Type _MSG_CO_Remote = { 388, "Remote _filter" };
  399. const struct FC_Type _MSG_CO_ApplyToNew = { 389, "A_pply to new mail" };
  400. const struct FC_Type _MSG_CO_ApplyToSent = { 390, "Apply to sent _mail" };
  401. const struct FC_Type _MSG_CO_ApplyOnReq = { 391, "Apply on _request" };
  402. const struct FC_Type _MSG_CO_ActionBounce = { 392, "_Bounce" };
  403. const struct FC_Type _MSG_CO_ActionForward = { 393, "_Forward" };
  404. const struct FC_Type _MSG_CO_ActionReply = { 394, "_Reply" };
  405. const struct FC_Type _MSG_CO_ActionExecute = { 395, "_Execute" };
  406. const struct FC_Type _MSG_CO_ActionPlay = { 396, "_Play sound" };
  407. const struct FC_Type _MSG_CO_ActionMove = { 397, "_Move" };
  408. const struct FC_Type _MSG_CO_ActionDelete = { 398, "De_lete" };
  409. const struct FC_Type _MSG_CO_ActionSkip = { 399, "D_on't download" };
  410. const struct FC_Type _MSG_CO_HeadNone = { 400, "none" };
  411. const struct FC_Type _MSG_CO_HeadShort = { 401, "selected" };
  412. const struct FC_Type _MSG_CO_HeadFull = { 402, "full" };
  413. const struct FC_Type _MSG_CO_SINone = { 403, "none" };
  414. const struct FC_Type _MSG_CO_SIFields = { 404, "data only" };
  415. const struct FC_Type _MSG_CO_SIAll = { 405, "data and image" };
  416. const struct FC_Type _MSG_CO_SLBlank = { 406, "blank line" };
  417. const struct FC_Type _MSG_CO_SLDash = { 407, "two dashes" };
  418. const struct FC_Type _MSG_CO_SLBar = { 408, "separator bar" };
  419. const struct FC_Type _MSG_CO_SLSkip = { 409, "no signature" };
  420. const struct FC_Type _MSG_CO_HeaderLayout = { 410, "Header layout" };
  421. const struct FC_Type _MSG_CO_BodyLayout = { 411, "Message body layout" };
  422. const struct FC_Type _MSG_CO_OtherOptions = { 412, "Other options" };
  423. const struct FC_Type _MSG_CO_WrapHeader = { 413, "_Wrap header" };
  424. const struct FC_Type _MSG_CO_OldQuotes = { 414, "Old _quotes" };
  425. const struct FC_Type _MSG_CO_UseTextstyles = { 415, "Use te_xtstyles" };
  426. const struct FC_Type _MSG_CO_Header = { 416, "_Header" };
  427. const struct FC_Type _MSG_CO_SenderInfo = { 417, "Sender _info" };
  428. const struct FC_Type _MSG_CO_SignatureSep = { 418, "Separate si_g." };
  429. const struct FC_Type _MSG_CO_ColoredText = { 419, "C_olored text" };
  430. const struct FC_Type _MSG_CO_MultiReadWin = { 420, "_Multiple windows" };
  431. const struct FC_Type _MSG_CO_CharsetTrans = { 421, "Charset _translation" };
  432. const struct FC_Type _MSG_CO_DisplayAll = { 422, "Display _all texts" };
  433. const struct FC_Type _MSG_CO_FixedFontEdit = { 423, "Use _fixed font" };
  434. const struct FC_Type _MSG_CO_MimeViewers = { 424, "MIME viewers" };
  435. const struct FC_Type _MSG_CO_MimeType = { 425, "Attachment _type" };
  436. const struct FC_Type _MSG_CO_MimeCmd = { 426, "_Viewer" };
  437. const struct FC_Type _MSG_CO_Extension = { 427, "E_xtension" };
  438. const struct FC_Type _MSG_CO_DefaultViewer = { 428, "De_fault viewer" };
  439. const struct FC_Type _MSG_CO_IdentifyBin = { 429, "_Identify binary attachments" };
  440. const struct FC_Type _MSG_CO_MessageHeader = { 430, "Message header" };
  441. const struct FC_Type _MSG_CO_ReplyTo = { 431, "_Reply to" };
  442. const struct FC_Type _MSG_CO_Organization = { 432, "_Organization" };
  443. const struct FC_Type _MSG_CO_ExtraHeaders = { 433, "E_xtra headers" };
  444. const struct FC_Type _MSG_CO_MessageBody = { 434, "Message body" };
  445. const struct FC_Type _MSG_CO_Welcome = { 435, "Welcome _phrase" };
  446. const struct FC_Type _MSG_CO_Greetings = { 436, "Closing p_hrase" };
  447. const struct FC_Type _MSG_CO_Editor = { 437, "Editor" };
  448. const struct FC_Type _MSG_CO_WordWrap = { 438, "_Word wrap" };
  449. const struct FC_Type _MSG_CO_EWOff = { 439, "off" };
  450. const struct FC_Type _MSG_CO_EWAsYouType = { 440, "as you type" };
  451. const struct FC_Type _MSG_CO_EWBeforeSend = { 441, "before sending" };
  452. const struct FC_Type _MSG_CO_ExternalEditor = { 442, "_External editor" };
  453. const struct FC_Type _MSG_CO_Launch = { 443, "_Launch immediately" };
  454. const struct FC_Type _MSG_CO_PhraseOpen = { 444, "Open" };
  455. const struct FC_Type _MSG_CO_PhraseIntro = { 445, "Intro" };
  456. const struct FC_Type _MSG_CO_PhraseClose = { 446, "Close" };
  457. const struct FC_Type _MSG_CO_Forwarding = { 447, "Forwarding" };
  458. const struct FC_Type _MSG_CO_FwdInit = { 448, "_Initial phrase" };
  459. const struct FC_Type _MSG_CO_FwdFinish = { 449, "_Terminating phrase" };
  460. const struct FC_Type _MSG_CO_Replying = { 450, "Replying" };
  461. const struct FC_Type _MSG_CO_RepInit = { 451, "Default _reply phrase" };
  462. const struct FC_Type _MSG_CO_AltRepInit = { 452, "_Alternative reply phrase" };
  463. const struct FC_Type _MSG_CO_AltRepPat = { 453, "Use with these _domains" };
  464. const struct FC_Type _MSG_CO_MLRepInit = { 454, "_Mailing list reply phrase" };
  465. const struct FC_Type _MSG_CO_QuoteMail = { 455, "_Quote message using" };
  466. const struct FC_Type _MSG_CO_QuoteEmpty = { 456, "Quote _empty lines" };
  467. const struct FC_Type _MSG_CO_VerifyAddress = { 457, "_Verify recipient address" };
  468. const struct FC_Type _MSG_CO_StripSignature = { 458, "Stri_p signature" };
  469. const struct FC_Type _MSG_CO_DefSig = { 459, "Default signature" };
  470. const struct FC_Type _MSG_CO_AltSig1 = { 460, "Alt. signature #1" };
  471. const struct FC_Type _MSG_CO_AltSig2 = { 461, "Alt. signature #2" };
  472. const struct FC_Type _MSG_CO_Signature = { 462, "Signature" };
  473. const struct FC_Type _MSG_CO_UseSig = { 463, "Use s_ignature" };
  474. const struct FC_Type _MSG_CO_EditSig = { 464, "_Edit in external editor" };
  475. const struct FC_Type _MSG_CO_InsertTag = { 465, "Insert _random tagline" };
  476. const struct FC_Type _MSG_CO_InsertENV = { 466, "Insert E_NV:Signature" };
  477. const struct FC_Type _MSG_CO_Taglines = { 467, "Taglines" };
  478. const struct FC_Type _MSG_CO_TaglineFile = { 468, "Tagline _file" };
  479. const struct FC_Type _MSG_CO_TaglineSep = { 469, "T_agline separator" };
  480. const struct FC_Type _MSG_CO_FixedFontList = { 470, "Use _fixed font" };
  481. const struct FC_Type _MSG_CO_SwatchBeat = { 471, "Time in Swatch _Beats" };
  482. const struct FC_Type _MSG_CO_LogNone = { 472, "none" };
  483. const struct FC_Type _MSG_CO_LogNormal = { 473, "normal" };
  484. const struct FC_Type _MSG_CO_LogVerbose = { 474, "verbose" };
  485. const struct FC_Type _MSG_CO_PGPExe = { 475, "P_GP path" };
  486. const struct FC_Type _MSG_CO_PGPKey = { 476, "Your PGP key _ID" };
  487. const struct FC_Type _MSG_CO_EncryptToSelf = { 477, "_Encrypt to self" };
  488. const struct FC_Type _MSG_CO_AnonMail = { 478, "Anonymous mail" };
  489. const struct FC_Type _MSG_CO_ReMailer = { 479, "_Re-Mailer" };
  490. const struct FC_Type _MSG_CO_ReMailerLine = { 480, "_Header field" };
  491. const struct FC_Type _MSG_CO_Logfiles = { 481, "Logfiles" };
  492. const struct FC_Type _MSG_CO_LogPath = { 482, "_Path" };
  493. const struct FC_Type _MSG_CO_LogSplit = { 483, "Split _logfile" };
  494. const struct FC_Type _MSG_CO_LogMode = { 484, "_Mode" };
  495. const struct FC_Type _MSG_CO_LogAllEvents = { 485, "Log _all events" };
  496. const struct FC_Type _MSG_CO_OnStartup = { 486, "On program startup" };
  497. const struct FC_Type _MSG_CO_LoadAll = { 487, "Load all folders" };
  498. const struct FC_Type _MSG_CO_MarkNew = { 488, "Mark new mail as unread" };
  499. const struct FC_Type _MSG_CO_SendStart = { 489, "Send mail in outgoing queue" };
  500. const struct FC_Type _MSG_CO_PopStart = { 490, "Download new mail" };
  501. const struct FC_Type _MSG_CO_CheckDOB = { 491, "Check birthdates" };
  502. const struct FC_Type _MSG_CO_OnTermination = { 492, "On program termination" };
  503. const struct FC_Type _MSG_CO_DeleteOld = { 493, "Delete old mail" };
  504. const struct FC_Type _MSG_CO_RemoveDel = { 494, "Remove deleted mail" };
  505. const struct FC_Type _MSG_CO_ATABnever = { 495, "never" };
  506. const struct FC_Type _MSG_CO_ATABask = { 496, "ask before" };
  507. const struct FC_Type _MSG_CO_ATABinfoask = { 497, "if info available; ask" };
  508. const struct FC_Type _MSG_CO_ATABinfo = { 498, "if info available" };
  509. const struct FC_Type _MSG_CO_ATABalways = { 499, "always" };
  510. const struct FC_Type _MSG_CO_InfoExc = { 500, "Personal data exchange" };
  511. const struct FC_Type _MSG_CO_Gallery = { 501, "Save _photos in" };
  512. const struct FC_Type _MSG_CO_MyURL = { 502, "UR_L of your picture" };
  513. const struct FC_Type _MSG_CO_AddToAddrbook = { 503, "Sa_ve sender's address" };
  514. const struct FC_Type _MSG_CO_ProxyServer = { 504, "_HTTP Proxy server" };
  515. const struct FC_Type _MSG_CO_NewGroup = { 505, "_Group for new entries" };
  516. const struct FC_Type _MSG_CO_AddInfo = { 506, "_Add personal info" };
  517. const struct FC_Type _MSG_CO_Paths = { 507, "Paths" };
  518. const struct FC_Type _MSG_CO_Detach = { 508, "D_ecode files to" };
  519. const struct FC_Type _MSG_CO_Attach = { 509, "_Attach files from" };
  520. const struct FC_Type _MSG_CO_TempDir = { 510, "Directory for _tempfiles" };
  521. const struct FC_Type _MSG_CO_AppIcon = { 511, "Mailbox status AppIcon" };
  522. const struct FC_Type _MSG_CO_PositionX = { 512, "Position _X" };
  523. const struct FC_Type _MSG_CO_CloseGadget = { 513, "Close_gadget iconifies program" };
  524. const struct FC_Type _MSG_CO_SaveDelete = { 514, "Save/delete messages" };
  525. const struct FC_Type _MSG_CO_ConfirmDelPart1 = { 515, "Confirm _deletion of" };
  526. const struct FC_Type _MSG_CO_ConfirmDelPart2 = { 516, "or more messages" };
  527. const struct FC_Type _MSG_CO_Remove = { 517, "_Remove messages immediately" };
  528. const struct FC_Type _MSG_CO_SaveSent = { 518, "Sa_ve sent messages" };
  529. const struct FC_Type _MSG_CO_DispIgnore = { 519, "Ignore" };
  530. const struct FC_Type _MSG_CO_DispDeny = { 520, "Autodeny" };
  531. const struct FC_Type _MSG_CO_DispAsk = { 521, "Ask user" };
  532. const struct FC_Type _MSG_CO_DispAccept = { 522, "Accept" };
  533. const struct FC_Type _MSG_CO_MDN = { 523, "Message tracking" };
  534. const struct FC_Type _MSG_CO_SendAtOnce = { 524, "Send at _once" };
  535. const struct FC_Type _MSG_CO_XPK = { 525, "XPK/LhA settings" };
  536. const struct FC_Type _MSG_CO_XPKPack = { 526, "_Packer" };
  537. const struct FC_Type _MSG_CO_XPKPackEnc = { 527, "Pac_k/protect" };
  538. const struct FC_Type _MSG_CO_Archiver = { 528, "_Archiver" };
  539. const struct FC_Type _MSG_CO_ScriptMenu = { 529, "'Scripts' menu entry %ld" };
  540. const struct FC_Type _MSG_CO_ScriptStartup = { 530, "Program startup" };
  541. const struct FC_Type _MSG_CO_ScriptTerminate = { 531, "Program termination" };
  542. const struct FC_Type _MSG_CO_ScriptPreGetMail = { 532, "Before getting mail" };
  543. const struct FC_Type _MSG_CO_ScriptPostGetMail = { 533, "After getting mail" };
  544. const struct FC_Type _MSG_CO_ScriptNewMsg = { 534, "With each new message" };
  545. const struct FC_Type _MSG_CO_ScriptPreSendMail = { 535, "Before sending mail" };
  546. const struct FC_Type _MSG_CO_ScriptPostSendMail = { 536, "After sending mail" };
  547. const struct FC_Type _MSG_CO_ScriptReadMsg = { 537, "When reading a message" };
  548. const struct FC_Type _MSG_CO_ScriptPreWriteMsg = { 538, "Before writing a message" };
  549. const struct FC_Type _MSG_CO_ScriptPostWriteMsg = { 539, "After writing a message" };
  550. const struct FC_Type _MSG_CO_ScriptClickURL = { 540, "When double-clicking an URL" };
  551. const struct FC_Type _MSG_CO_Script = { 541, "Sc_ript" };
  552. const struct FC_Type _MSG_CO_OpenConsole = { 542, "_Open console window" };
  553. const struct FC_Type _MSG_CO_WaitTerm = { 543, "_Wait for termination" };
  554. const struct FC_Type _MSG_CO_Open = { 544, "Open..." };
  555. const struct FC_Type _MSG_CO_SaveAs = { 545, "Save as..." };
  556. const struct FC_Type _MSG_CO_Edit = { 546, "Edit" };
  557. const struct FC_Type _MSG_CO_ResetDefaults = { 547, "Reset to defaults" };
  558. const struct FC_Type _MSG_CO_ResetAll = { 548, "Reset all settings" };
  559. const struct FC_Type _MSG_CO_LastSaved = { 549, "Last saved" };
  560. const struct FC_Type _MSG_CO_Restore = { 550, "Restore" };
  561. const struct FC_Type _MSG_CO_Extras = { 551, "Extras" };
  562. const struct FC_Type _MSG_CO_ScanForFolders = { 552, "Scan for folders" };
  563. const struct FC_Type _MSG_CO_ImportMIME = { 553, "Import MIME viewers & types..." };
  564. const struct FC_Type _MSG_HELP_CO_ST_REALNAME = { 554, "Your full name\n(first name last name)" };
  565. const struct FC_Type _MSG_HELP_CO_ST_EMAIL = { 555, "Your email address." };
  566. const struct FC_Type _MSG_HELP_CO_ST_POPHOST = { 556, "Address of the POP3 server to receive mail.\nIf you leave this field empty, the address\n of the SMTP server is used." };
  567. const struct FC_Type _MSG_HELP_CO_ST_PASSWD = { 557, "Password to access\nthe mail server" };
  568. const struct FC_Type _MSG_HELP_CO_CY_TZONE = { 558, "Select the timezone of\nyour current location" };
  569. const struct FC_Type _MSG_HELP_CO_CH_DLSAVING = { 559, "Adjust the timezone during daylight\nsaving time (summer time)" };
  570. const struct FC_Type _MSG_HELP_CO_ST_SMTPHOST = { 560, "Address of the SMTP server to send mail.\nIf you leave this field empty,\nthe address of the POP3 server is used." };
  571. const struct FC_Type _MSG_HELP_CO_ST_DOMAIN = { 561, "The hostname of your Amiga. Change this\nfield if the HELO commands fails." };
  572. const struct FC_Type _MSG_HELP_CO_CH_SMTP8BIT = { 562, "Don't convert messages to 7bit for transfer.\nOnly use this option if your\nSMTP server supports 8bit transfers!\nOtherwise your messages will get corrupted." };
  573. const struct FC_Type _MSG_HELP_CO_LV_POP3 = { 563, "List of POP3 hosts" };
  574. const struct FC_Type _MSG_HELP_CO_BT_PADD = { 564, "Add a new POP3 host to the list" };
  575. const struct FC_Type _MSG_HELP_CO_BT_PDEL = { 565, "Remove selected POP3 host from the list" };
  576. const struct FC_Type _MSG_HELP_CO_ST_POPUSERID = { 566, "User name to log into the POP3 server.\nIf you leave this field empty, the user-ID\nwill be extracted from your email address." };
  577. const struct FC_Type _MSG_HELP_CO_CH_DELETE = { 567, "Delete messages from\nmail server after\ndownloading" };
  578. const struct FC_Type _MSG_HELP_CO_CH_USEAPOP = { 568, "Login using APOP authentication" };
  579. const struct FC_Type _MSG_HELP_CO_CH_POPENABLED = { 569, "Connect to this server\nwhen checking for new mail" };
  580. const struct FC_Type _MSG_HELP_CO_CH_AVOIDDUP = { 570, "If you don't delete old mail\non the server, use this option to\navoid duplicate messages." };
  581. const struct FC_Type _MSG_HELP_CO_CH_TRANSWIN = { 571, "Show progress window during mail transfers" };
  582. const struct FC_Type _MSG_HELP_CO_CY_MSGSELECT = { 572, "Enable this option to show the contents of the POP3 mailbox\nand allow selection of the messages to be downloaded" };
  583. const struct FC_Type _MSG_HELP_CO_CH_UPDSTAT = { 573, "Mark new messages in the incoming folder\nas unread before downloading new mail" };
  584. const struct FC_Type _MSG_HELP_CO_ST_WARNSIZE = { 574, "Messages which exceed this\nthreshold rank as 'large'" };
  585. const struct FC_Type _MSG_HELP_CO_ST_INTERVAL = { 575, "How frequently do you want to check for new mail?\n(enter 0 or no value to disable this feature)?" };
  586. const struct FC_Type _MSG_HELP_CO_CH_DLLARGE = { 576, "When automatically checking for new mail,\ndownload large messages even if they are\nlarger than the size specified above" };
  587. const struct FC_Type _MSG_HELP_CO_CH_NOTIREQ = { 577, "Show a requester\nwhen you get new mail" };
  588. const struct FC_Type _MSG_HELP_CO_ST_NOTICMD = { 578, "The program you want to\nexecute when you get new mail" };
  589. const struct FC_Type _MSG_HELP_CO_ST_NOTISOUND = { 579, "The sound file you want to play\nwhen you get new mail" };
  590. const struct FC_Type _MSG_HELP_CO_LV_RULES = { 580, "List of filters" };
  591. const struct FC_Type _MSG_HELP_CO_ST_RNAME = { 581, "Filter name" };
  592. const struct FC_Type _MSG_HELP_CO_CH_REMOTE = { 582, "Apply this filter before downloading a message" };
  593. const struct FC_Type _MSG_HELP_CO_CH_APPLYNEW = { 583, "Apply this filter to new messages" };
  594. const struct FC_Type _MSG_HELP_CO_CH_APPLYSENT = { 584, "Apply this filter to sent messages" };
  595. const struct FC_Type _MSG_HELP_CO_CH_APPLYREQ = { 585, "Apply this filter when you activate\nthe filter function manually" };
  596. const struct FC_Type _MSG_HELP_CO_CY_COMBINE = { 586, "How to combine the two\nsearch keys for this filter" };
  597. const struct FC_Type _MSG_HELP_CO_CH_ABOUNCE = { 587, "Bounce matching messages to another person" };
  598. const struct FC_Type _MSG_HELP_CO_ST_ABOUNCE = { 588, "Email address of the person that gets the bounced messages" };
  599. const struct FC_Type _MSG_HELP_CO_CH_AFORWARD = { 589, "Forward matching messages to another person" };
  600. const struct FC_Type _MSG_HELP_CO_ST_AFORWARD = { 590, "Email address of the person that gets the forwarded messages" };
  601. const struct FC_Type _MSG_HELP_CO_CH_ARESPONSE = { 591, "Send an automatic reply for each matching message" };
  602. const struct FC_Type _MSG_HELP_CO_ST_ARESPONSE = { 592, "Text file that contains the response" };
  603. const struct FC_Type _MSG_HELP_CO_CH_AEXECUTE = { 593, "Execute a command for each matching message" };
  604. const struct FC_Type _MSG_HELP_CO_ST_AEXECUTE = { 594, "Command to execute. The path of the matching\nmessage is passed as an argument." };
  605. const struct FC_Type _MSG_HELP_CO_CH_APLAY = { 595, "Plays a sound file for\neach matching message" };
  606. const struct FC_Type _MSG_HELP_CO_ST_APLAY = { 596, "Sound file to play" };
  607. const struct FC_Type _MSG_HELP_CO_CH_AMOVE = { 597, "Move matching messages to a different folder" };
  608. const struct FC_Type _MSG_HELP_CO_PO_MOVETO = { 598, "Destination folder" };
  609. const struct FC_Type _MSG_HELP_CO_CH_ADELETE = { 599, "Delete matching messages" };
  610. const struct FC_Type _MSG_HELP_CO_CH_ASKIP = { 600, "Don't download matching messages" };
  611. const struct FC_Type _MSG_HELP_CO_BT_RADD = { 601, "Add a new filter" };
  612. const struct FC_Type _MSG_HELP_CO_BT_RDEL = { 602, "Remove selected filter" };
  613. const struct FC_Type _MSG_HELP_CO_CA_COL2QUOT = { 603, "Adjust the color used for displaying old quotes" };
  614. const struct FC_Type _MSG_HELP_CO_CH_WRAPHEAD = { 604, "Display long headers on multiple lines" };
  615. const struct FC_Type _MSG_HELP_CO_CH_TEXTSTYLES = { 605, "Interpret / * _ and # as\ncontrol codes for textstyles" };
  616. const struct FC_Type _MSG_HELP_CO_CY_HEADER = { 606, "How do you want to\ndisplay the message header\nin the Read window?" };
  617. const struct FC_Type _MSG_HELP_CO_ST_HEADERS = { 607, "Specify an AmigaDOS pattern to\nchoose the headers in SELECTED format.\nDefault is (From|To|Date|Subject)" };
  618. const struct FC_Type _MSG_HELP_CO_CY_SENDERINFO = { 608, "Information about the sender to display\nin the read window (if available)" };
  619. const struct FC_Type _MSG_HELP_CO_CY_SIGSEPLINE = { 609, "Type of the signature\nseparation line" };
  620. const struct FC_Type _MSG_HELP_CO_ST_INTRANS = { 610, "Apply this character set translation\nwhen reading messages" };
  621. const struct FC_Type _MSG_HELP_CO_CH_ALLTEXTS = { 611, "Display all textual parts\nof a multipart message" };
  622. const struct FC_Type _MSG_HELP_CO_CH_MULTIWIN = { 612, "Open a new read window\nfor each selected message" };
  623. const struct FC_Type _MSG_HELP_CO_CA_COLTEXT = { 613, "Adjust the color of 'colored' text used\nin the read window and the editor" };
  624. const struct FC_Type _MSG_HELP_CO_CH_FIXFEDIT = { 614, "Display messages using\na fixed-width font" };
  625. const struct FC_Type _MSG_HELP_CO_ST_CTYPE = { 615, "MIME viewer is activated\nby this attachment type" };
  626. const struct FC_Type _MSG_HELP_CO_ST_COMMAND = { 616, "Path and optional arguments of\nthe viewer command. Use %s to\ninsert the datafile." };
  627. const struct FC_Type _MSG_HELP_CO_BT_MADD = { 617, "Add a new MIME viewer" };
  628. const struct FC_Type _MSG_HELP_CO_BT_MDEL = { 618, "Remove selected MIME viewer" };
  629. const struct FC_Type _MSG_HELP_CO_ST_EXTENS = { 619, "Filename extensions used by this file type" };
  630. const struct FC_Type _MSG_HELP_CO_ST_DEFVIEWER = { 620, "Program used to displaying\nattachments of unknown type" };
  631. const struct FC_Type _MSG_HELP_CO_CH_IDENTBIN = { 621, "Try to identify the file type\nbefore using the default viewer" };
  632. const struct FC_Type _MSG_HELP_CO_ST_REPLYTO = { 622, "Enter the default return address, if\nit differs from your email address." };
  633. const struct FC_Type _MSG_HELP_CO_ST_ORGAN = { 623, "The name of your\ncompany or institute" };
  634. const struct FC_Type _MSG_HELP_CO_ST_EXTHEADER = { 624, "Additional message header(s) that will\nbe added to every outgoing message" };
  635. const struct FC_Type _MSG_HELP_CO_ST_HELLOTEXT = { 625, "Text to insert at the\ntop of a new message" };
  636. const struct FC_Type _MSG_HELP_CO_ST_BYETEXT = { 626, "Text to insert at the\nbottom of a new message" };
  637. const struct FC_Type _MSG_HELP_CO_ST_OUTTRANS = { 627, "Apply this characterset translation\non new messages" };
  638. const struct FC_Type _MSG_HELP_CO_ST_EDWRAP = { 628, "Word-wrap message text\nat this column" };
  639. const struct FC_Type _MSG_HELP_CO_CH_AUTOBREAK = { 629, "Insert real line breaks\nwhile entering a message" };
  640. const struct FC_Type _MSG_HELP_CO_CY_EDWRAP = { 630, "Select 'as you type' to insert linebreak\ncodes while you're typing the message" };
  641. const struct FC_Type _MSG_HELP_CO_CH_LAUNCH = { 631, "Launch the external editor\nwhen you start a new message" };
  642. const struct FC_Type _MSG_HELP_CO_ST_EDITOR = { 632, "Filename of your\nfavorite text editor" };
  643. const struct FC_Type _MSG_HELP_CO_ST_FWDSTART = { 633, "Text used to introduce a forwarded message.\nUse the button at the right side to insert a variable." };
  644. const struct FC_Type _MSG_HELP_CO_ST_FWDEND = { 634, "Text to insert at the\nend a forwarded message." };
  645. const struct FC_Type _MSG_HELP_CO_ST_REPLYTEXT = { 635, "Texts used in replies to messages.\nUse the button at the right side to insert a variable." };
  646. const struct FC_Type _MSG_HELP_CO_ST_AREPLYTEXT = { 636, "Use these texts in replies to messages\nif the pattern below matches the recipient address." };
  647. const struct FC_Type _MSG_HELP_CO_ST_AREPLYPAT = { 637, "AmigaDOS pattern that triggers\nthe alternative reply headers" };
  648. const struct FC_Type _MSG_HELP_CO_ST_MREPLYTEXT = { 638, "Use these texts in replies to\nmessages from a mailing list." };
  649. const struct FC_Type _MSG_HELP_CO_CH_QUOTE = { 639, "Quote original\nmessage in reply?" };
  650. const struct FC_Type _MSG_HELP_CO_ST_REPLYCHAR = { 640, "String that should precede each line of\nthe quoted message. Use the button at\nthe right side to insert a variable." };
  651. const struct FC_Type _MSG_HELP_CO_CH_QUOTEEMPTY = { 641, "Insert quote character(s) for empty lines?" };
  652. const struct FC_Type _MSG_HELP_CO_CH_COMPADDR = { 642, "Let the user select the desired recipient address\nif the From and Reply-To addresses are different" };
  653. const struct FC_Type _MSG_HELP_CO_CH_STRIPSIG = { 643, "Don't quote signature\nof original message" };
  654. const struct FC_Type _MSG_HELP_CO_CY_SIGNAT = { 644, "Select signature to edit" };
  655. const struct FC_Type _MSG_HELP_CO_BT_EDITSIG = { 645, "Modify your signature\nusing the editor" };
  656. const struct FC_Type _MSG_HELP_CO_BT_INSTAG = { 646, "Insert control code for random taglines" };
  657. const struct FC_Type _MSG_HELP_CO_BT_INSENV = { 647, "Insert control code for the\nenviromental variable SIGNATURE" };
  658. const struct FC_Type _MSG_HELP_CO_ST_TAGFILE = { 648, "Database containing taglines (\"cookies\")" };
  659. const struct FC_Type _MSG_HELP_CO_ST_TAGSEP = { 649, "Character or string used to separate\nthe taglines in the database" };
  660. const struct FC_Type _MSG_HELP_CO_CG_FO = { 650, "Columns displayed in the folder list" };
  661. const struct FC_Type _MSG_HELP_CO_CG_MA = { 651, "Columns displayed in the message list" };
  662. const struct FC_Type _MSG_HELP_CO_CG_AB = { 652, "Columns displayed in the address book" };
  663. const struct FC_Type _MSG_HELP_CO_CH_FIXFLIST = { 653, "Display list entries\nusing a fixed-width font" };
  664. const struct FC_Type _MSG_HELP_CO_CH_BEAT = { 654, "Display time in Swatch Beats, the\nrevolutionary new unit of time" };
  665. const struct FC_Type _MSG_HELP_CO_ST_PGPCMD = { 655, "Directory where the PGP\nexecutable can be found" };
  666. const struct FC_Type _MSG_HELP_CO_ST_MYPGPID = { 656, "The ID of your PGP key that's\nused to sign messages" };
  667. const struct FC_Type _MSG_HELP_CO_CH_ENCSELF = { 657, "Encrypt new messages with your public key,\nso you can still read or edit sent messages" };
  668. const struct FC_Type _MSG_HELP_CO_ST_REMAILER = { 658, "Email address of the remailer service\nused to send anonymous mail" };
  669. const struct FC_Type _MSG_HELP_CO_ST_FIRSTLINE = { 659, "Insert this line at the top of your\nmessage if it is sent via remailer" };
  670. const struct FC_Type _MSG_HELP_CO_ST_LOGFILE = { 660, "Path where the logfiles will be saved" };
  671. const struct FC_Type _MSG_HELP_CO_CH_SPLITLOG = { 661, "Start a new logfile every month" };
  672. const struct FC_Type _MSG_HELP_CO_CY_LOGMODE = { 662, "Select type of logging" };
  673. const struct FC_Type _MSG_HELP_CO_CH_LOGALL = { 663, "Disable this option to log mail transfers only" };
  674. const struct FC_Type _MSG_HELP_CO_CH_LOADALL = { 664, "Load index files of all folders" };
  675. const struct FC_Type _MSG_HELP_CO_CH_MARKNEW = { 665, "Change status of new messages to unread" };
  676. const struct FC_Type _MSG_HELP_CO_CH_SEND = { 666, "Send queued messages" };
  677. const struct FC_Type _MSG_HELP_CO_CH_POPSTART = { 667, "Check for mail" };
  678. const struct FC_Type _MSG_HELP_CO_CH_CHECKBD = { 668, "Check the address book and open a reminder\nif it's a person's birthday" };
  679. const struct FC_Type _MSG_HELP_CO_CH_DELETEOLD = { 669, "Delete messages that exceed the maximum\nage (see folder configuration)" };
  680. const struct FC_Type _MSG_HELP_CO_CH_REMOVEDEL = { 670, "Empty trash folder" };
  681. const struct FC_Type _MSG_HELP_CO_ST_GALLDIR = { 671, "Directory to save the\npictures of your correspondents" };
  682. const struct FC_Type _MSG_HELP_CO_ST_PHOTOURL = { 672, "WWW address of your portrait image" };
  683. const struct FC_Type _MSG_HELP_CO_CY_ATAB = { 673, "Automatically create an address book entry\nfor the sender when your read his/her message?" };
  684. const struct FC_Type _MSG_HELP_CO_ST_PROXY = { 674, "Address and optional port number of your\nHTTP proxy server (default port is 80)\nYou may leave this field empty." };
  685. const struct FC_Type _MSG_HELP_CO_ST_NEWGROUP = { 675, "Add new address book entries to this group (it\nwill be created if it doesn't already exist)" };
  686. const struct FC_Type _MSG_HELP_CO_ST_TEMPDIR = { 676, "Directory to store\ntemporary files" };
  687. const struct FC_Type _MSG_HELP_CO_ST_DETACHDIR = { 677, "Directory to save\nattached files to" };
  688. const struct FC_Type _MSG_HELP_CO_ST_ATTACHDIR = { 678, "Default source directory\nfor attachments" };
  689. const struct FC_Type _MSG_HELP_CO_ST_APP = { 679, "Position of the mailbox\nAppIcon in pixels" };
  690. const struct FC_Type _MSG_HELP_CO_CH_CLGADGET = { 680, "Do you want YAM to iconify when\nyou hit the closegadget?" };
  691. const struct FC_Type _MSG_HELP_CO_CH_CONFIRM = { 681, "Do you want to confirm\ndeletion of messages?" };
  692. const struct FC_Type _MSG_HELP_CO_NB_CONFIRMDEL = { 682, "Minimum number of messages to\ndisplay the confirmation requester" };
  693. const struct FC_Type _MSG_HELP_CO_CH_REMOVE = { 683, "Delete messages instantly, don't\nmove them to the trash folder" };
  694. const struct FC_Type _MSG_HELP_CO_CH_SAVESENT = { 684, "Save sent messages in the Sent folder" };
  695. const struct FC_Type _MSG_HELP_CO_RA_MDN_DISP = { 685, "When reading a message, send a\ndisposition notification to the\nsender if requested" };
  696. const struct FC_Type _MSG_HELP_CO_RA_MDN_PROC = { 686, "When forwarding a message, send a\ndisposition notification to the\nsender if requested" };
  697. const struct FC_Type _MSG_HELP_CO_RA_MDN_DELE = { 687, "When deleting a message, send a\ndisposition notification to the\nsender if requested" };
  698. const struct FC_Type _MSG_HELP_CO_RA_MDN_RULE = { 688, "When deleting or forwarding a message using\nfilters, send a disposition notification to the sender\nif requested" };
  699. const struct FC_Type _MSG_HELP_CO_CH_SEND_MDN = { 689, "Try to send the disposition notification\nas soon it has been generated" };
  700. const struct FC_Type _MSG_HELP_CO_TX_ENCPACK = { 690, "XPK library used to protect\nand compress folders" };
  701. const struct FC_Type _MSG_HELP_CO_TX_PACKER = { 691, "XPK library used to\ncompress folders" };
  702. const struct FC_Type _MSG_HELP_CO_NB_ENCPACK = { 692, "Efficiency of this packer\n100% is best, but slowest" };
  703. const struct FC_Type _MSG_HELP_CO_ST_ARCHIVER = { 693, "Archiver command and options used\nto create compressed attachments" };
  704. const struct FC_Type _MSG_HELP_CO_ST_RXNAME = { 694, "Description of the script\nin the 'Scripts' menu" };
  705. const struct FC_Type _MSG_HELP_CO_ST_SCRIPT = { 695, "Filename of the script" };
  706. const struct FC_Type _MSG_HELP_CO_CY_ISADOS = { 696, "Type of the script\n(ARexx or AmigaDOS)" };
  707. const struct FC_Type _MSG_HELP_CO_CH_CONSOLE = { 697, "Open a console window to allow input\nand output from the script" };
  708. const struct FC_Type _MSG_HELP_CO_CH_WAITTERM = { 698, "Don't run the script asynchronously" };
  709. const struct FC_Type _MSG_HELP_CO_BT_SAVE = { 699, "Save current settings" };
  710. const struct FC_Type _MSG_HELP_CO_BT_USE = { 700, "Use current settings" };
  711. const struct FC_Type _MSG_HELP_CO_BT_CANCEL = { 701, "Close configuration\nwindow and use old\nsettings" };
  712. const struct FC_Type _MSG_AB_BirthdayReq = { 702, "Today, %s reaches age %ld!\nDo you want to send a greetings card?" };
  713. const struct FC_Type _MSG_AB_BirthdayReminder = { 703, "Birthday Reminder" };
  714. const struct FC_Type _MSG_AB_HappyBirthday = { 704, "Happy birthday!" };
  715. const struct FC_Type _MSG_AB_PersonAlias = { 705, "Alias (PERSON)" };
  716. const struct FC_Type _MSG_AB_ListAlias = { 706, "Alias (LIST)" };
  717. const struct FC_Type _MSG_AB_GroupAlias = { 707, "Alias (GROUP)" };
  718. const struct FC_Type _MSG_AB_PrintReqGads = { 708, "_Long format|_Short format|_Cancel" };
  719. const struct FC_Type _MSG_AB_PrintReq = { 709, "Select print format:" };
  720. const struct FC_Type _MSG_AB_AliasFld = { 710, "Alias" };
  721. const struct FC_Type _MSG_AB_FoundEntry = { 711, "Found matching entry!\nAlias: %s\nName: %s" };
  722. const struct FC_Type _MSG_AB_FindEntry = { 712, "Find Entry" };
  723. const struct FC_Type _MSG_AB_FindEntryReq = { 713, "This module finds a given text in the alias, name, address,\ndescription, street, city or country fields. Please enter\nthe search pattern (AmigaDOS wildchars are supported):" };
  724. const struct FC_Type _MSG_AB_StartSearch = { 714, "_Start search" };
  725. const struct FC_Type _MSG_AB_FoundEntryGads = { 715, "_Next hit|_Edit hit|_Cancel" };
  726. const struct FC_Type _MSG_AB_NoneFound = { 716, "No matching entries found!" };
  727. const struct FC_Type _MSG_AB_Modified = { 717, "Address book has been modified!" };
  728. const struct FC_Type _MSG_AB_ModifiedGads = { 718, "*_Save|_Use|_Discard changes|_Cancel" };
  729. const struct FC_Type _MSG_AB_TitleAlias = { 719, "\0338Alias" };
  730. const struct FC_Type _MSG_AB_TitleName = { 720, "\0338Name" };
  731. const struct FC_Type _MSG_AB_TitleDescription = { 721, "\0338Description" };
  732. const struct FC_Type _MSG_AB_TitleAddress = { 722, "\0338Address" };
  733. const struct FC_Type _MSG_AB_TitleStreet = { 723, "\0338Street" };
  734. const struct FC_Type _MSG_AB_TitleCity = { 724, "\0338City" };
  735. const struct FC_Type _MSG_AB_TitleCountry = { 725, "\0338Country" };
  736. const struct FC_Type _MSG_AB_TitlePhone = { 726, "\0338Phone" };
  737. const struct FC_Type _MSG_AB_TitleBirthDate = { 727, "\0338Birth date" };
  738. const struct FC_Type _MSG_AB_TitlePGPId = { 728, "\0338PGP Id" };
  739. const struct FC_Type _MSG_AB_TitleHomepage = { 729, "\0338Homepage" };
  740. const struct FC_Type _MSG_AB_MIFind = { 730, "Find..." };
  741. const struct FC_Type _MSG_AB_Entry = { 731, "Entry" };
  742. const struct FC_Type _MSG_AB_AddUser = { 732, "New person..." };
  743. const struct FC_Type _MSG_AB_AddGroup = { 733, "New group..." };
  744. const struct FC_Type _MSG_AB_AddList = { 734, "New distribution list..." };
  745. const struct FC_Type _MSG_AB_Duplicate = { 735, "Duplicate" };
  746. const struct FC_Type _MSG_AB_MIPrint = { 736, "Print" };
  747. const struct FC_Type _MSG_AB_MIDelete = { 737, "Delete" };
  748. const struct FC_Type _MSG_AB_Sort = { 738, "Sort" };
  749. const struct FC_Type _MSG_AB_SortByAlias = { 739, "By alias" };
  750. const struct FC_Type _MSG_AB_SortByName = { 740, "By last name" };
  751. const struct FC_Type _MSG_AB_SortByFirstname = { 741, "By first name" };
  752. const struct FC_Type _MSG_AB_SortByDesc = { 742, "By description" };
  753. const struct FC_Type _MSG_AB_SortByAddress = { 743, "By address" };
  754. const struct FC_Type _MSG_AB_View = { 744, "View" };
  755. const struct FC_Type _MSG_AB_Fold = { 745, "Fold all" };
  756. const struct FC_Type _MSG_AB_Unfold = { 746, "Unfold all" };
  757. const struct FC_Type _MSG_AB_TBSave = { 747, "_Save" };
  758. const struct FC_Type _MSG_AB_TBFind = { 748, "_Find" };
  759. const struct FC_Type _MSG_AB_TBNewUser = { 749, "_Person" };
  760. const struct FC_Type _MSG_AB_TBNewList = { 750, "_List" };
  761. const struct FC_Type _MSG_AB_TBNewGroup = { 751, "_Group" };
  762. const struct FC_Type _MSG_AB_TBEdit = { 752, "_Edit" };
  763. const struct FC_Type _MSG_AB_TBDelete = { 753, "_Delete" };
  764. const struct FC_Type _MSG_AB_TBPrint = { 754, "P_rint" };
  765. const struct FC_Type _MSG_AB_TBOpenTree = { 755, "_Unfold" };
  766. const struct FC_Type _MSG_AB_TBCloseTree = { 756, "F_old" };
  767. const struct FC_Type _MSG_HELP_AB_BT_SAVE = { 757, "Save current changes" };
  768. const struct FC_Type _MSG_HELP_AB_BT_SEARCH = { 758, "Find an entry in\nthe address book" };
  769. const struct FC_Type _MSG_HELP_AB_BT_ADDUSER = { 759, "Add a new person to\nyour address book" };
  770. const struct FC_Type _MSG_HELP_AB_BT_ADDGROUP = { 760, "Add a new group (directory)\nto your address book" };
  771. const struct FC_Type _MSG_HELP_AB_BT_ADDMLIST = { 761, "Add a new distribution list\nto your address book" };
  772. const struct FC_Type _MSG_HELP_AB_BT_EDIT = { 762, "Modify selected\nentry" };
  773. const struct FC_Type _MSG_HELP_AB_BT_DELETE = { 763, "Delete selected entry\nfrom your address book" };
  774. const struct FC_Type _MSG_HELP_AB_BT_PRINT = { 764, "Print selected entry" };
  775. const struct FC_Type _MSG_HELP_AB_BT_OPEN = { 765, "Display all entries in\nthe address book" };
  776. const struct FC_Type _MSG_HELP_AB_BT_CLOSE = { 766, "Only display root entries\nin the address book" };
  777. const struct FC_Type _MSG_HELP_AB_BT_TO = { 767, "Set primary recipient(s)\nfor new message" };
  778. const struct FC_Type _MSG_HELP_AB_BT_CC = { 768, "Set secondary recipient(s)\nfor new message" };
  779. const struct FC_Type _MSG_HELP_AB_BT_BCC = { 769, "Set blind copy recipient(s)\nfor new message" };
  780. const struct FC_Type _MSG_CL_ErrorEmptyCB = { 770, "The clipboard is empty." };
  781. const struct FC_Type _MSG_CL_ErrorNotFTXT = { 771, "The clipboard does not contain text." };
  782. const struct FC_Type _MSG_CL_ErrorNoArea = { 772, "No area marked." };
  783. const struct FC_Type _MSG_CL_ErrorNoRedo = { 773, "Nothing to redo." };
  784. const struct FC_Type _MSG_CL_ErrorNoUndo = { 774, "Nothing to undo." };
  785. const struct FC_Type _MSG_CL_ErrorNoUndoMem = { 775, "There is not enough memory\nto keep the undo buffer.\n\nThe undo buffer is lost." };
  786. const struct FC_Type _MSG_EA_EditUser = { 776, "Edit person" };
  787. const struct FC_Type _MSG_EA_EditList = { 777, "Edit distribution list" };
  788. const struct FC_Type _MSG_EA_EditGroup = { 778, "Edit group" };
  789. const struct FC_Type _MSG_EA_ElectronicMail = { 779, "Electronic mail" };
  790. const struct FC_Type _MSG_EA_Alias = { 780, "_Alias" };
  791. const struct FC_Type _MSG_EA_RealName = { 781, "_Real name" };
  792. const struct FC_Type _MSG_EA_EmailAddress = { 782, "E_mail address" };
  793. const struct FC_Type _MSG_EA_PGPId = { 783, "PGP _key ID" };
  794. const struct FC_Type _MSG_EA_Homepage = { 784, "_Homepage" };
  795. const struct FC_Type _MSG_EA_SnailMail = { 785, "S_nail mail" };
  796. const struct FC_Type _MSG_EA_Street = { 786, "_Street" };
  797. const struct FC_Type _MSG_EA_City = { 787, "C_ity/ZIP" };
  798. const struct FC_Type _MSG_EA_Country = { 788, "S_tate/Country" };
  799. const struct FC_Type _MSG_EA_Phone = { 789, "_Phone number(s)" };
  800. const struct FC_Type _MSG_EA_Miscellaneous = { 790, "Miscellaneous" };
  801. const struct FC_Type _MSG_EA_Description = { 791, "D_escription" };
  802. const struct FC_Type _MSG_EA_DOB = { 792, "Date of _birth" };
  803. const struct FC_Type _MSG_EA_Portrait = { 793, "Portrait" };
  804. const struct FC_Type _MSG_EA_SelectPhoto = { 794, "Se_lect" };
  805. const struct FC_Type _MSG_EA_LoadPhoto = { 795, "_Download" };
  806. const struct FC_Type _MSG_EA_ReturnAddress = { 796, "_Return address" };
  807. const struct FC_Type _MSG_EA_MLName = { 797, "_Mailing list name" };
  808. const struct FC_Type _MSG_EA_Members = { 798, "Members" };
  809. const struct FC_Type _MSG_EA_Sort = { 799, "_Sort" };
  810. const struct FC_Type _MSG_HELP_EA_ST_ALIAS = { 800, "Identity (e.g. nickname or\nabbreviation) of this entry" };
  811. const struct FC_Type _MSG_HELP_EA_ST_DESCRIPTION = { 801, "Comment for this entry" };
  812. const struct FC_Type _MSG_HELP_EA_ST_REALNAME = { 802, "Full name of this entry\n(first name last name)" };
  813. const struct FC_Type _MSG_HELP_EA_ST_ADDRESS = { 803, "Internet address\nof this entry" };
  814. const struct FC_Type _MSG_HELP_EA_ST_PGPKEY = { 804, "Hexadecimal ID of this\nperson's public PGP key" };
  815. const struct FC_Type _MSG_HELP_EA_ST_HOMEPAGE = { 805, "URL of the homepage of this person.\nClick the button on the right side\nto load the page into your browser." };
  816. const struct FC_Type _MSG_HELP_EA_ST_STREET = { 806, "Postal address:\nStreet name and number" };
  817. const struct FC_Type _MSG_HELP_EA_ST_CITY = { 807, "Postal address:\nCity and postal code" };
  818. const struct FC_Type _MSG_HELP_EA_ST_COUNTRY = { 808, "Postal address:\nState and/or country" };
  819. const struct FC_Type _MSG_HELP_EA_ST_PHONE = { 809, "Phone and/or FAX number(s)" };
  820. const struct FC_Type _MSG_HELP_EA_ST_BIRTHDAY = { 810, "Date of birth\nUse AmigaDOS format,\ne.g. 10-Jan-1950" };
  821. const struct FC_Type _MSG_HELP_EA_BC_PHOTO = { 811, "Portrait picture of this person" };
  822. const struct FC_Type _MSG_HELP_EA_BT_SELECTPHOTO = { 812, "Select a picture file from disk\n(image datatypes supported)" };
  823. const struct FC_Type _MSG_HELP_EA_BT_LOADPHOTO = { 813, "Download a picture of the person\nfrom the YAM User Gallery" };
  824. const struct FC_Type _MSG_HELP_EA_ST_REALNAME_L = { 814, "Full name of this distribution list\n(will be used in To: field)" };
  825. const struct FC_Type _MSG_HELP_EA_ST_ADDRESS_L = { 815, "Return address to use when\nsending a message to this list" };
  826. const struct FC_Type _MSG_HELP_EA_LV_MEMBERS = { 816, "Members of this distribution list" };
  827. const struct FC_Type _MSG_HELP_EA_ST_MEMBER = { 817, "Address (and name) or\nalias of a member" };
  828. const struct FC_Type _MSG_HELP_EA_BT_ADD = { 818, "Add a new member\nto the list" };
  829. const struct FC_Type _MSG_HELP_EA_BT_DEL = { 819, "Remove selected member\nfrom the list" };
  830. const struct FC_Type _MSG_HELP_EA_BT_SORT = { 820, "Sort member list alphabetically" };
  831. const struct FC_Type _MSG_HELP_EA_BT_OKAY = { 821, "Accept this entry" };
  832. const struct FC_Type _MSG_HELP_EA_BT_CANCEL = { 822, "Discard changes" };
  833. const struct FC_Type _MSG_RE_MDNGads1 = { 823, "Accept and\nsend later|Deny and\nsend later" };
  834. const struct FC_Type _MSG_RE_MDNGads2 = { 824, "|Accept and\nsend now|Deny and\nsend now" };
  835. const struct FC_Type _MSG_RE_MDNGads3 = { 825, "|Ignore" };
  836. const struct FC_Type _MSG_RE_MDNReq = { 826, "The sender of this message request a disposition notification (MDN).\nWhat do you want to do?" };
  837. const struct FC_Type _MSG_RE_SaveMessage = { 827, "Save message..." };
  838. const struct FC_Type _MSG_RE_Overwrite = { 828, "File '%s' already exists.\nDo you want to overwrite it?" };
  839. const struct FC_Type _MSG_RE_PrintMsg = { 829, "Print message" };
  840. const struct FC_Type _MSG_RE_SelectPrintPart = { 830, "Select part to print:" };
  841. const struct FC_Type _MSG_RE_PrintGad = { 831, "Print" };
  842. const struct FC_Type _MSG_RE_SelectSavePart = { 832, "Select part to save:" };
  843. const struct FC_Type _MSG_RE_SaveGad = { 833, "Save" };
  844. const struct FC_Type _MSG_RE_DisplayMsg = { 834, "Display message" };
  845. const struct FC_Type _MSG_RE_SelectDisplayPart = { 835, "Select part to display:" };
  846. const struct FC_Type _MSG_RE_DisplayGad = { 836, "Display" };
  847. const struct FC_Type _MSG_RE_BadSig = { 837, "WARNING: Bad signature" };
  848. const struct FC_Type _MSG_RE_GoodSig = { 838, "Good signature" };
  849. const struct FC_Type _MSG_RE_SigFrom = { 839, " from\n" };
  850. const struct FC_Type _MSG_RE_SigCheck = { 840, "Check PGP signature" };
  851. const struct FC_Type _MSG_RE_SaveDecGads = { 841, "*_Keep|_Replace|_Cancel" };
  852. const struct FC_Type _MSG_RE_SaveDecReq = { 842, "What do you want to do with\noriginal (encrypted) message?" };
  853. const struct FC_Type _MSG_RE_Header = { 843, "Header" };
  854. const struct FC_Type _MSG_RE_Letter = { 844, "Letter" };
  855. const struct FC_Type _MSG_RE_MDNFrom = { 845, "\nFrom:" };
  856. const struct FC_Type _MSG_RE_MDNTo = { 846, "\nTo:" };
  857. const struct FC_Type _MSG_RE_MDNSubject = { 847, "\nSubject:" };
  858. const struct FC_Type _MSG_RE_MDNMessageID = { 848, "\nMessage-ID:" };
  859. const struct FC_Type _MSG_RE_MDNDate = { 849, "\nDate:" };
  860. const struct FC_Type _MSG_RE_MDNOrigRecpt = { 850, "\nOriginal recipient:" };
  861. const struct FC_Type _MSG_RE_MDNFinalRecpt = { 851, "\nFinal recipient:" };
  862. const struct FC_Type _MSG_RE_MDNmanual = { 852, " in response to a user command" };
  863. const struct FC_Type _MSG_RE_MDNauto = { 853, " automatically" };
  864. const struct FC_Type _MSG_RE_MDNdisplay = { 854, "The message\n%s\nhas been displayed.\nThis is no guarantee that the content has been read or understood.\n" };
  865. const struct FC_Type _MSG_RE_MDNprocessed = { 855, "The message\n%s\nhas been processed%s,\nwithout being displayed to the user. The user may or may not see\nthe message later.\n" };
  866. const struct FC_Type _MSG_RE_MDNdispatched = { 856, "The message\n%s\nhas been sent somewhere%s,\nwithout being displayed to the user. The user may or may not see\nthe message later.\n" };
  867. const struct FC_Type _MSG_RE_MDNdeleted = { 857, "The message\n%s\nhas been deleted%s.\nThe recipient may or may not have seen the message. The recipient\nmay \"undelete\" the message at a later time and read the message.\n" };
  868. const struct FC_Type _MSG_RE_MDNdenied = { 858, "The recipient of the message\n%s\ndoesn't wish to inform you about the disposition of that message.\n" };
  869. const struct FC_Type _MSG_RE_MDNunknown = { 859, "The message\n%s\nhas been %s%s.\n" };
  870. const struct FC_Type _MSG_RE_PGPNotAllowed = { 860, ">PGP Error<\n\nYou're not allowed to view this PGP encrypted message. Either your PGP software\nisn't configured properly, or the message was encrypted for someone else.\n" };
  871. const struct FC_Type _MSG_RE_MsgReadOnly = { 861, "The message can only be read by %s\n" };
  872. const struct FC_Type _MSG_RE_AddSender = { 862, "Do you want to add the sender\n%s\nto your address book?" };
  873. const struct FC_Type _MSG_RE_NewGroupTitle = { 863, "Automatically added entries" };
  874. const struct FC_Type _MSG_RE_DownloadPhotoReq = { 864, "Do you want to download the photo of the sender\nand add it to your personal gallery?\n(You must be online before clicking the OKAY button)" };
  875. const struct FC_Type _MSG_RE_ContentType = { 865, "Content-Type" };
  876. const struct FC_Type _MSG_RE_Description = { 866, "Description" };
  877. const struct FC_Type _MSG_RE_UUencodedFile = { 867, "UUencoded file" };
  878. const struct FC_Type _MSG_RE_SelectAddressReq = { 868, "Selected address: %s\nWhat do you want to do?" };
  879. const struct FC_Type _MSG_RE_SelectAddressEdit = { 869, "*_Write message|_Edit entry|_Cancel" };
  880. const struct FC_Type _MSG_RE_SelectAddressAdd = { 870, "*_Write message|_Add entry|_Cancel" };
  881. const struct FC_Type _MSG_RE_Original = { 871, "Raw format" };
  882. const struct FC_Type _MSG_RE_AllTexts = { 872, "Displayed text" };
  883. const struct FC_Type _MSG_RE_MDisplay = { 873, "Display..." };
  884. const struct FC_Type _MSG_RE_SaveAll = { 874, "Save all..." };
  885. const struct FC_Type _MSG_RE_Navigation = { 875, "Navigation" };
  886. const struct FC_Type _MSG_RE_MNext = { 876, "Next message" };
  887. const struct FC_Type _MSG_RE_MPrev = { 877, "Previous message" };
  888. const struct FC_Type _MSG_RE_MURNext = { 878, "Next unread message" };
  889. const struct FC_Type _MSG_RE_MURPrev = { 879, "Previous unread message" };
  890. const struct FC_Type _MSG_RE_MNextTh = { 880, "Next message in thread" };
  891. const struct FC_Type _MSG_RE_MPrevTh = { 881, "Previous message in thread" };
  892. const struct FC_Type _MSG_RE_ExtractKey = { 882, "Extract public key(s)" };
  893. const struct FC_Type _MSG_RE_SaveDecrypted = { 883, "Save decrypted message" };
  894. const struct FC_Type _MSG_RE_NoHeaders = { 884, "No headers" };
  895. const struct FC_Type _MSG_RE_ShortHeaders = { 885, "Short headers" };
  896. const struct FC_Type _MSG_RE_FullHeaders = { 886, "Full headers" };
  897. const struct FC_Type _MSG_RE_NoSInfo = { 887, "No sender info" };
  898. const struct FC_Type _MSG_RE_SInfo = { 888, "Data fields only" };
  899. const struct FC_Type _MSG_RE_SInfoImage = { 889, "Data and image" };
  900. const struct FC_Type _MSG_RE_WrapHeader = { 890, "Wrap headers" };
  901. const struct FC_Type _MSG_RE_Textstyles = { 891, "Textstyles" };
  902. const struct FC_Type _MSG_RE_TBPrev = { 892, "_Prev" };
  903. const struct FC_Type _MSG_RE_TBNext = { 893, "_Next" };
  904. const struct FC_Type _MSG_RE_TBPrevTh = { 894, "Prev_Thr" };
  905. const struct FC_Type _MSG_RE_TBNextTh = { 895, "NextT_hr" };
  906. const struct FC_Type _MSG_RE_TBDisplay = { 896, "_Display" };
  907. const struct FC_Type _MSG_RE_TBSave = { 897, "_Save" };
  908. const struct FC_Type _MSG_RE_TBPrint = { 898, "Pr_int" };
  909. const struct FC_Type _MSG_RE_TBDelete = { 899, "De_lete" };
  910. const struct FC_Type _MSG_RE_TBMove = { 900, "_Move" };
  911. const struct FC_Type _MSG_RE_TBReply = { 901, "_Reply" };
  912. const struct FC_Type _MSG_RE_TBForward = { 902, "For_ward" };
  913. const struct FC_Type _MSG_HELP_RE_BT_PREVIOUS = { 903, "Display contents of\nthe previous message" };
  914. const struct FC_Type _MSG_HELP_RE_BT_NEXT = { 904, "Display contents of\nthe next message" };
  915. const struct FC_Type _MSG_HELP_RE_BT_QUESTION = { 905, "Show the message which\nis being answered here\n(go back in thread)" };
  916. const struct FC_Type _MSG_HELP_RE_BT_ANSWER = { 906, "Show the reply\nto this message\n(follow thread)" };
  917. const struct FC_Type _MSG_HELP_RE_BT_DISPLAY = { 907, "Use a configured MIME\nviewer to display a\npart of this message" };
  918. const struct FC_Type _MSG_HELP_RE_BT_EXPORT = { 908, "Save displayed message or\na part of it to disk" };
  919. const struct FC_Type _MSG_HELP_RE_BT_PRINT = { 909, "Send this message\nto the printer" };
  920. const struct FC_Type _MSG_HELP_RE_BT_MOVE = { 910, "Move this message to another folder\nand display the next one" };
  921. const struct FC_Type _MSG_HELP_RE_BT_DELETE = { 911, "Delete this message and\ndisplay the next one" };
  922. const struct FC_Type _MSG_HELP_RE_BT_REPLY = { 912, "Reply to this\nmessage" };
  923. const struct FC_Type _MSG_HELP_RE_BT_FORWARD = { 913, "Forward this\nmessage" };
  924. const struct FC_Type _MSG_WR_ErrorNoRcpt = { 914, "Mail is incomplete: No recipient!" };
  925. const struct FC_Type _MSG_WR_NoRcptReqGad = { 915, "_Add recipient later|*_Cancel" };
  926. const struct FC_Type _MSG_WR_PGPMIMEconflict = { 916, "PGP/MIME doesn't support attachments: signing/encrypting has been disabled." };
  927. const struct FC_Type _MSG_WR_DiscardChanges = { 917, "Do you really want to discard all modifications to this message?" };
  928. const struct FC_Type _MSG_WR_DiscardChangesGad = { 918, "*_Send later|_Discard|_Cancel" };
  929. const struct FC_Type _MSG_WR_SaveTextAs = { 919, "Save text as..." };
  930. const struct FC_Type _MSG_WR_AddFile = { 920, "Select file(s) to attach..." };
  931. const struct FC_Type _MSG_WR_CreateArc = { 921, "Create archive" };
  932. const struct FC_Type _MSG_WR_CreateArcReq = { 922, "Please enter a filename\nfor the new archive" };
  933. const struct FC_Type _MSG_WR_InsertFile = { 923, "Insert file..." };
  934. const struct FC_Type _MSG_WR_TitleFile = { 924, "\0338File name" };
  935. const struct FC_Type _MSG_WR_TitleSize = { 925, "\0338Size" };
  936. const struct FC_Type _MSG_WR_TitleContents = { 926, "\0338Contents" };
  937. const struct FC_Type _MSG_WR_TitleEncoding = { 927, "\0338Enc." };
  938. const struct FC_Type _MSG_WR_TitleDescription = { 928, "\0338Description" };
  939. const struct FC_Type _MSG_WR_SecNone = { 929, "None" };
  940. const struct FC_Type _MSG_WR_SecSign = { 930, "Sign" };
  941. const struct FC_Type _MSG_WR_SecEncrypt = { 931, "Encrypt" };
  942. const struct FC_Type _MSG_WR_SecBoth = { 932, "Sign and encrypt" };
  943. const struct FC_Type _MSG_WR_SecAnon = { 933, "Send anonymously" };
  944. const struct FC_Type _MSG_WR_ImpHigh = { 934, "High" };
  945. const struct FC_Type _MSG_WR_ImpNormal = { 935, "Normal" };
  946. const struct FC_Type _MSG_WR_ImpLow = { 936, "Low" };
  947. const struct FC_Type _MSG_WR_NoSig = { 937, "None" };
  948. const struct FC_Type _MSG_WR_DefSig = { 938, "Default" };
  949. const struct FC_Type _MSG_WR_AltSig1 = { 939, "Alt. #1" };
  950. const struct FC_Type _MSG_WR_AltSig2 = { 940, "Alt. #2" };
  951. const struct FC_Type _MSG_WR_WriteWT = { 941, "Write message" };
  952. const struct FC_Type _MSG_WR_Subject = { 942, "Sub_ject" };
  953. const struct FC_Type _MSG_WR_To = { 943, "_To" };
  954. const struct FC_Type _MSG_WR_Add = { 944, "_Add file(s)" };
  955. const struct FC_Type _MSG_WR_AddPack = { 945, "_Pack & add" };
  956. const struct FC_Type _MSG_WR_Display = { 946, "D_isplay" };
  957. const struct FC_Type _MSG_WR_Encoding = { 947, "Encoding" };
  958. const struct FC_Type _MSG_WR_ContentType = { 948, "_MIME type" };
  959. const struct FC_Type _MSG_WR_Description = { 949, "D_escription" };
  960. const struct FC_Type _MSG_WR_CopyTo = { 950, "C_opies to" };
  961. const struct FC_Type _MSG_WR_BlindCopyTo = { 951, "Hidde_n copies to" };
  962. const struct FC_Type _MSG_WR_From = { 952, "_From" };
  963. const struct FC_Type _MSG_WR_ReplyTo = { 953, "Reply _to" };
  964. const struct FC_Type _MSG_WR_ExtraHeaders = { 954, "_Additional header" };
  965. const struct FC_Type _MSG_WR_SendOpt = { 955, "Send Options" };
  966. const struct FC_Type _MSG_WR_DelSend = { 956, "_Delete after sending" };
  967. const struct FC_Type _MSG_WR_Receipt = { 957, "_Return receipt" };
  968. const struct FC_Type _MSG_WR_GetMDN = { 958, "Track _message" };
  969. const struct FC_Type _MSG_WR_AddInfo = { 959, "Add _personal info" };
  970. const struct FC_Type _MSG_WR_Importance = { 960, "_Importance" };
  971. const struct FC_Type _MSG_WR_Signature = { 961, "Signature" };
  972. const struct FC_Type _MSG_WR_Security = { 962, "Security" };
  973. const struct FC_Type _MSG_WR_ToQueue = { 963, "Send _later" };
  974. const struct FC_Type _MSG_WR_Send = { 964, "_Send now" };
  975. const struct FC_Type _MSG_WR_Hold = { 965, "_Hold" };
  976. const struct FC_Type _MSG_WR_BounceWT = { 966, "Bounce message" };
  977. const struct FC_Type _MSG_WR_BounceTo = { 967, "Bounce _to" };
  978. const struct FC_Type _MSG_WR_TBEditor = { 968, "Editor" };
  979. const struct FC_Type _MSG_WR_TBInsert = { 969, "Insert" };
  980. const struct FC_Type _MSG_WR_TBCut = { 970, "Cut" };
  981. const struct FC_Type _MSG_WR_TBCopy = { 971, "Copy" };
  982. const struct FC_Type _MSG_WR_TBPaste = { 972, "Paste" };
  983. const struct FC_Type _MSG_WR_TBUndo = { 973, "Undo" };
  984. const struct FC_Type _MSG_WR_TBBold = { 974, "Bold" };
  985. const struct FC_Type _MSG_WR_TBItalic = { 975, "Italic" };
  986. const struct FC_Type _MSG_WR_TBUnderlined = { 976, "ULined" };
  987. const struct FC_Type _MSG_WR_TBColored = { 977, "Colored" };
  988. const struct FC_Type _MSG_WR_Text = { 978, "Text" };
  989. const struct FC_Type _MSG_WR_InsertAs = { 979, "Insert as" };
  990. const struct FC_Type _MSG_WR_Plain = { 980, "Plain" };
  991. const struct FC_Type _MSG_WR_Quoted = { 981, "Quoted" };
  992. const struct FC_Type _MSG_WR_ROT13 = { 982, "ROT13 encrypted" };
  993. const struct FC_Type _MSG_WR_LaunchEd = { 983, "Launch editor" };
  994. const struct FC_Type _MSG_WR_Edit = { 984, "Edit" };
  995. const struct FC_Type _MSG_WR_MCut = { 985, "Cut" };
  996. const struct FC_Type _MSG_WR_MCopy = { 986, "Copy" };
  997. const struct FC_Type _MSG_WR_MPaste = { 987, "Paste" };
  998. const struct FC_Type _MSG_WR_PasteAs = { 988, "PasteAs" };
  999. const struct FC_Type _MSG_WR_MUndo = { 989, "Undo" };
  1000. const struct FC_Type _MSG_WR_Redo = { 990, "Redo" };
  1001. const struct FC_Type _MSG_WR_Dictionary = { 991, "Glossary" };
  1002. const struct FC_Type _MSG_WR_Textstyle = { 992, "Textstyle" };
  1003. const struct FC_Type _MSG_WR_Bold = { 993, "Bold" };
  1004. const struct FC_Type _MSG_WR_Italic = { 994, "Italic" };
  1005. const struct FC_Type _MSG_WR_Underlined = { 995, "Underlined" };
  1006. const struct FC_Type _MSG_WR_Colored = { 996, "Alternative color" };
  1007. const struct FC_Type _MSG_WR_Separators = { 997, "Separators" };
  1008. const struct FC_Type _MSG_WR_Thin = { 998, "Thin" };
  1009. const struct FC_Type _MSG_WR_Thick = { 999, "Thick" };
  1010. const struct FC_Type _MSG_WR_Emoticons = { 1000, "Emoticons" };
  1011. const struct FC_Type _MSG_WR_Happy = { 1001, "Happy" };
  1012. const struct FC_Type _MSG_WR_Indifferent = { 1002, "Indifferent" };
  1013. const struct FC_Type _MSG_WR_Sad = { 1003, "Sad/angry" };
  1014. const struct FC_Type _MSG_WR_Ironic = { 1004, "Ironic" };
  1015. const struct FC_Type _MSG_WR_SpellCheck = { 1005, "Type and spell" };
  1016. const struct FC_Type _MSG_WR_MAddFile = { 1006, "Add file..." };
  1017. const struct FC_Type _MSG_WR_AddCB = { 1007, "Add clipboard" };
  1018. const struct FC_Type _MSG_WR_AddKey = { 1008, "Add PGP key" };
  1019. const struct FC_Type _MSG_WR_MDelSend = { 1009, "Delete after sending" };
  1020. const struct FC_Type _MSG_WR_MReceipt = { 1010, "Return receipt" };
  1021. const struct FC_Type _MSG_WR_MGetMDN = { 1011, "Track message" };
  1022. const struct FC_Type _MSG_WR_MAddInfo = { 1012, "Add personal information" };
  1023. const struct FC_Type _MSG_WR_MImportance = { 1013, "Importance" };
  1024. const struct FC_Type _MSG_HELP_WR_ST_TO = { 1014, "Address (and name) or alias\nof the primary recipient(s)" };
  1025. const struct FC_Type _MSG_HELP_WR_BT_VER = { 1015, "Verify recipient: find email\naddress for alias or name" };
  1026. const struct FC_Type _MSG_HELP_WR_BT_ADR = { 1016, "Select recipient from\nthe address book" };
  1027. const struct FC_Type _MSG_HELP_WR_ST_SUBJECT = { 1017, "Subject of your message" };
  1028. const struct FC_Type _MSG_HELP_WR_BT_EDITOR = { 1018, "Use external editor to\n modify the message text" };
  1029. const struct FC_Type _MSG_HELP_WR_BT_LOAD = { 1019, "Insert textfile at cursor position" };
  1030. const struct FC_Type _MSG_HELP_WR_BT_CUT = { 1020, "Cut marked text to the clipboard" };
  1031. const struct FC_Type _MSG_HELP_WR_BT_COPY = { 1021, "Copy marked text to the clipboard" };
  1032. const struct FC_Type _MSG_HELP_WR_BT_PASTE = { 1022, "Insert clipboard contents\nat cursor position" };
  1033. const struct FC_Type _MSG_HELP_WR_BT_UNDO = { 1023, "Undo recent changes to the text" };
  1034. const struct FC_Type _MSG_HELP_WR_BT_BOLD = { 1024, "Use bold typeface for marked text" };
  1035. const struct FC_Type _MSG_HELP_WR_BT_ITALIC = { 1025, "Use italic typeface for marked text" };
  1036. const struct FC_Type _MSG_HELP_WR_BT_UNDERL = { 1026, "Underline marked text" };
  1037. const struct FC_Type _MSG_HELP_WR_BT_COLOR = { 1027, "Color marked text" };
  1038. const struct FC_Type _MSG_HELP_WR_BT_ADD = { 1028, "Add an attachment\nto the list" };
  1039. const struct FC_Type _MSG_HELP_WR_BT_ADDPACK = { 1029, "Create an archive from\nseveral files and add it\nas attachment to the list" };
  1040. const struct FC_Type _MSG_HELP_WR_BT_DEL = { 1030, "Remove selected attachment\nfrom the list" };
  1041. const struct FC_Type _MSG_HELP_WR_BT_DISPLAY = { 1031, "Use a configured MIME viewer\nto display this attachment" };
  1042. const struct FC_Type _MSG_HELP_WR_RA_ENCODING = { 1032, "Type of encoding used for the selected attachment.\nUse UUencode only if the recipient hasn't got\na MIME compliant mailer." };
  1043. const struct FC_Type _MSG_HELP_WR_ST_CTYPE = { 1033, "MIME type for the selected attachment.\nWhenever possible, use one from the popup list." };
  1044. const struct FC_Type _MSG_HELP_WR_ST_DESC = { 1034, "Optional description for\nthe selected attachment" };
  1045. const struct FC_Type _MSG_HELP_WR_ST_CC = { 1035, "Address (and name) or alias\nof the secondary recipient(s)" };
  1046. const struct FC_Type _MSG_HELP_WR_ST_BCC = { 1036, "Send a blind carbon copy of the\nmessage to this recipient" };
  1047. const struct FC_Type _MSG_HELP_WR_ST_EXTHEADER = { 1037, "Additional message header(s) that\nwill be added to the message" };
  1048. const struct FC_Type _MSG_HELP_WR_ST_FROM = { 1038, "Contents of From header field\n(address and name of the person\nwho's writing this letter)" };
  1049. const struct FC_Type _MSG_HELP_WR_ST_REPLYTO = { 1039, "Return address\nfor this letter" };
  1050. const struct FC_Type _MSG_HELP_WR_CH_DELSEND = { 1040, "Don't store this message\nin the Sent folder" };
  1051. const struct FC_Type _MSG_HELP_WR_CH_RECEIPT = { 1041, "Get a notification on\nsuccessful delivery" };
  1052. const struct FC_Type _MSG_HELP_WR_CH_DISPNOTI = { 1042, "Get a notification if the recipient\nreads or processes the message" };
  1053. const struct FC_Type _MSG_HELP_WR_CH_ADDINFO = { 1043, "Create header fields containing data\nfrom your personal address book entry" };
  1054. const struct FC_Type _MSG_HELP_WR_CY_IMPORTANCE = { 1044, "Set the priority\nof this message" };
  1055. const struct FC_Type _MSG_HELP_WR_RA_SIGNATURE = { 1045, "Which signature do you want\nto append to this letter?" };
  1056. const struct FC_Type _MSG_HELP_WR_RA_SECURITY = { 1046, "Select the one of these security options\nto send your message PGP-signed, encrypted\nor anonymously" };
  1057. const struct FC_Type _MSG_HELP_WR_BT_HOLD = { 1047, "Copy the created message to\nthe outgoing mail folder\nand set its status to HOLD" };
  1058. const struct FC_Type _MSG_HELP_WR_BT_QUEUE = { 1048, "Copy the created message to\nthe outgoing mail folder" };
  1059. const struct FC_Type _MSG_HELP_WR_BT_SEND = { 1049, "Copy the created message to\nthe outgoing mail folder\nand send it immediately" };
  1060. const struct FC_Type _MSG_HELP_WR_BT_CANCEL = { 1050, "Discard the\ncreated message" };
  1061. const struct FC_Type _MSG_TR_Connecting = { 1051, "Connecting to mail server..." };
  1062. const struct FC_Type _MSG_TR_WaitWelcome = { 1052, "Connected, awaiting welcome message..." };
  1063. const struct FC_Type _MSG_TR_PopLoginReq = { 1053, "Please enter your POP3 password\nfor account %s@%s" };
  1064. const struct FC_Type _MSG_TR_PopLogin = { 1054, "POP3 login" };
  1065. const struct FC_Type _MSG_TR_SendAPOPLogin = { 1055, "Sending APOP login information..." };
  1066. const struct FC_Type _MSG_TR_SendUserID = { 1056, "Sending user ID..." };
  1067. const struct FC_Type _MSG_TR_SendPassword = { 1057, "Sending password..." };
  1068. const struct FC_Type _MSG_TR_GetStats = { 1058, "Getting statistics..." };
  1069. const struct FC_Type _MSG_TR_Disconnecting = { 1059, "Disconnecting..." };
  1070. const struct FC_Type _MSG_TR_ApplyFilters = { 1060, "Applying remote filters..." };
  1071. const struct FC_Type _MSG_TR_SendHello = { 1061, "Sending 'Hello'..." };
  1072. const struct FC_Type _MSG_TR_MessageGauge = { 1062, "Message %s of %ld" };
  1073. const struct FC_Type _MSG_TR_SizeGauge = { 1063, "%%ld of %ld bytes" };
  1074. const struct FC_Type _MSG_TR_TransferStats = { 1064, "%ld of %ld kb transmitted at %ld cps\nRemaining time: %ld min %ld sec" };
  1075. const struct FC_Type _MSG_TR_Exporting = { 1065, "Exporting message..." };
  1076. const struct FC_Type _MSG_TR_Sending = { 1066, "Sending message..." };
  1077. const struct FC_Type _MSG_TR_Importing = { 1067, "Importing message..." };
  1078. const struct FC_Type _MSG_TR_DeletingServerMail = { 1068, "Deleting mail on server..." };
  1079. const struct FC_Type _MSG_TR_NewMailReq = { 1069, "\0338You have new mail!\0332\n\n%3ld messages downloaded,\n%3ld left on server\n%3ld duplicates skipped\n" };
  1080. const struct FC_Type _MSG_TR_FilterStats = { 1070, "\nFiltering done:\n%3ld messages checked,\n%3ld redirected,\n%3ld forwarded,\n%3ld auto-replied,\n%3ld command activated,\n%3ld moved,\n%3ld deleted" };
  1081. const struct FC_Type _MSG_TR_NewMail = { 1071, "New Mail" };
  1082. const struct FC_Type _MSG_TR_Downloading = { 1072, "Downloading message..." };
  1083. const struct FC_Type _MSG_TR_MailTransferFrom = { 1073, "Transfer mail from %s" };
  1084. const struct FC_Type _MSG_TR_MailTransferTo = { 1074, "Transfer mail to %s" };
  1085. const struct FC_Type _MSG_TR_MsgInFile = { 1075, "Messages in file" };
  1086. const struct FC_Type _MSG_TR_MsgOnServer = { 1076, "Messages on server" };
  1087. const struct FC_Type _MSG_TR_Control = { 1077, "Control" };
  1088. const struct FC_Type _MSG_TR_All = { 1078, "A_ll" };
  1089. const struct FC_Type _MSG_TR_DownloadOnly = { 1079, "_Download only" };
  1090. const struct FC_Type _MSG_TR_Leave = { 1080, "L_eave" };
  1091. const struct FC_Type _MSG_TR_Pause = { 1081, "_Pause" };
  1092. const struct FC_Type _MSG_TR_Clear = { 1082, "_Clear" };
  1093. const struct FC_Type _MSG_TR_DeleteOnly = { 1083, "Delete _only" };
  1094. const struct FC_Type _MSG_TR_DownloadDelete = { 1084, "Do_wnload & delete" };
  1095. const struct FC_Type _MSG_TR_Resume = { 1085, "_Resume" };
  1096. const struct FC_Type _MSG_TR_Start = { 1086, "_Start" };
  1097. const struct FC_Type _MSG_TR_Status = { 1087, "Status" };
  1098. const struct FC_Type _MSG_TR_Abort = { 1088, "_Abort" };
  1099. const struct FC_Type _MSG_TR_TransferStats0 = { 1089, "  0 of   0 kb transmitted at    0 cps\nRemaining time:  0 min  0 sec" };
  1100. const struct FC_Type _MSG_TR_BytesGauge0 = { 1090, "   0 of    0 bytes" };
  1101. const struct FC_Type _MSG_TR_MessageGauge0 = { 1091, "Message  0 of  0" };
  1102. const struct FC_Type _MSG_HELP_TR_TX_STATUS = { 1092, "Current state\nof mail transfer" };
  1103. const struct FC_Type _MSG_HELP_TR_BT_ABORT = { 1093, "Abort mail transfer\nas soon as possible" };
  1104. const struct FC_Type _MSG_ER_ErrorMessages = { 1094, "Error messages:" };
  1105. const struct FC_Type _MSG_ER_PrevError = { 1095, "_Previous error" };
  1106. const struct FC_Type _MSG_ER_NextError = { 1096, "_Next error" };
  1107. const struct FC_Type _MSG_ER_Clear = { 1097, "_Delete messages" };
  1108. const struct FC_Type _MSG_ER_Close = { 1098, "_Close window" };
  1109. const struct FC_Type _MSG_ER_ErrorTTable = { 1099, "Couldn't open translation table '%s'\n(non existent or wrong format)." };
  1110. const struct FC_Type _MSG_ER_CantCreateFile = { 1100, "Can't write to file '%s'. Make sure that the path exists and that the volume isn't write-protected." };
  1111. const struct FC_Type _MSG_ER_CantCreateDir = { 1101, "Can't create directory '%s'. Make sure that the volume isn't write-protected." };
  1112. const struct FC_Type _MSG_ER_ErrorNoAlias = { 1102, "You must specify an alias to identify this entry!" };
  1113. const struct FC_Type _MSG_ER_ErrorNoAddress = { 1103, "You must specify an address for this entry!" };
  1114. const struct FC_Type _MSG_ER_ErrorDOBformat = { 1104, "Date of birth is in wrong format. The correct format is DD-MMM-YYYY (month names in English)." };
  1115. const struct FC_Type _MSG_ER_NotInGallery = { 1105, "Couldn't find this person in the YAM user gallery. Either the person doesn't exist in the database or her name or address is misspelled." };
  1116. const struct FC_Type _MSG_ER_NoTCP = { 1106, "No TCP/IP stack running! A bsdsocket.library-compatible internet stack must be started before you can use this function." };
  1117. const struct FC_Type _MSG_ER_ErrorDateFormat = { 1107, "Invalid date/time format.\nThe date has to be in AmigaDOS format.\nExample: %s" };
  1118. const struct FC_Type _MSG_ER_ErrorMaxFilters = { 1108, "Maximum number of filters reached! You can't add more filters." };
  1119. const struct FC_Type _MSG_ER_CantOpenTempfile = { 1109, "Can't open temporary file '%s'. Check the path settings in the configuration." };
  1120. const struct FC_Type _MSG_ER_CantCreateTempfile = { 1110, "Can't create temporary file. Reason: out of memory or invalid path specified in the configuration." };
  1121. const struct FC_Type _MSG_ER_ErrorConsole = { 1111, "Can't open console window for script." };
  1122. const struct FC_Type _MSG_ER_ErrorARexxScript = { 1112, "Can't send ARexx command '%s'. Make sure that the script exists." };
  1123. const struct FC_Type _MSG_ER_UnexpEOFB64 = { 1113, "Unexpected EOF while decoding a BASE64 encoded file. The message seems to be truncated." };
  1124. const struct FC_Type _MSG_ER_UnexpEOFUU = { 1114, "Unexpected EOF while decoding a UUencoded file. The message seems to be truncated." };
  1125. const struct FC_Type _MSG_ER_InvalidLength = { 1115, "Invalid line length in UUencoded file: %ld. A defective UUencoder was used or the message is truncated." };
  1126. const struct FC_Type _MSG_ER_CreateMailError = { 1116, "Can't create mail file. Reason: invalid folder directory or unsufficient diskspace." };
  1127. const struct FC_Type _MSG_ER_UnknownEnc = { 1117, "Unknown MIME encoding: %s. YAM failed decoding a part of the message. Save the message to disk and try with a different decoder." };
  1128. const struct FC_Type _MSG_ER_UnknownHeaderEnc = { 1118, "Unknown header encoding: %s. YAM cannot display a particular message header correctly." };
  1129. const struct FC_Type _MSG_ER_MultipartEOF = { 1119, "Incomplete multipart message: unexpected end of file. The message seems to be truncated." };
  1130. const struct FC_Type _MSG_ER_MIMEError = { 1120, "Can't extract MIME message. The message contains badly formed MIME parts or it's empty or truncated." };
  1131. const struct FC_Type _MSG_ER_MissingBoundary = { 1121, "Missing boundary in multipart message. The message seems to be truncated." };
  1132. const struct FC_Type _MSG_ER_CantOpenFile = { 1122, "Can't read from file '%s'. The file doesn't seem to exists." };
  1133. const struct FC_Type _MSG_ER_UUSize = { 1123, "Decoded size [%ld] does not\nmatch original size [%ld]. A defective UUencoder was used or the message is truncated." };
  1134. const struct FC_Type _MSG_ER_DocNotFound = { 1124, "HTML document '%s' not found. The file doesn't exist on the WWW server." };
  1135. const struct FC_Type _MSG_ER_SendHTTP = { 1125, "Can't send HTTP request. Requesting a document from the WWW server failed." };
  1136. const struct FC_Type _MSG_ER_ConnectHTTP = { 1126, "Can't connect to WWW server '%s'. Possible reasons: TCP/IP off-line, invalid address, server is currently down or doesn't support HTTP requests." };
  1137. const struct FC_Type _MSG_ER_BadResponse = { 1127, "Bad %s command response: %s.\nThe mail server couldn't execute the command and replied with the error message." };
  1138. const struct FC_Type _MSG_ER_UnknownPOP = { 1128, "Unknown POP3 server: '%s'. TCP/IP is off-line or the server address is invalid." };
  1139. const struct FC_Type _MSG_ER_UnknownSMTP = { 1129, "Unknown SMTP server: '%s'. TCP/IP is off-line or the server address is invalid." };
  1140. const struct FC_Type _MSG_ER_CantConnect = { 1130, "Can't connect to '%s'. The mail server is currently down or doesn't support the POP3/SMTP protocols." };
  1141. const struct FC_Type _MSG_ER_NoAPOP = { 1131, "Your POP3 server doesn't support APOP. Disable the APOP option in your YAM configuration." };
  1142. const struct FC_Type _MSG_ER_ErrorWriteMailfile = { 1132, "Write error on mail file: %s.\nYAM can't save the message to disk, maybe you're out of diskspace." };
  1143. const struct FC_Type _MSG_ER_ConnectionBroken = { 1133, "TCP/IP connection broken, probably due to a carrier drop." };
  1144. const struct FC_Type _MSG_ER_InvalidAddress = { 1134, "Invalid address '%s'. The SMTP server didn't accept the address. Check for illegal characters." };
  1145. const struct FC_Type _MSG_ER_ErrorReadMailfile = { 1135, "Read error on mail file: %s.\nThe file exists, but there was an error while reading the file." };
  1146. const struct FC_Type _MSG_ER_UserRemoved = { 1136, "Directory '%s' not found!\nUser %s has been removed." };
  1147. const struct FC_Type _MSG_ER_MissingDirectory = { 1137, "You must specify a directory for the new user!" };
  1148. const struct FC_Type _MSG_ER_MissingName = { 1138, "You must specify a name for the new user!" };
  1149. const struct FC_Type _MSG_ER_NoPublicKeys = { 1139, "No public PGP keys found. Make sure that PGP is installed and the required settings are made in the configuration of YAM." };
  1150. const struct FC_Type _MSG_ER_PGPreturnsError = { 1140, "The following PGP command returned with an error: '%s'\nCheck the file %s for a diagnosis." };
  1151. const struct FC_Type _MSG_ER_PGPnotfound = { 1141, "Couldn't execute PGP command.\nCheck if %s exists." };
  1152. const struct FC_Type _MSG_ER_InvalidAlias = { 1142, "Invalid alias: %s. Multiple addresses are not allowed in this field." };
  1153. const struct FC_Type _MSG_ER_AliasNotFound = { 1143, "Unknown alias or name: %s. YAM couldn't find the email address of this recipient in the address book. Please verify the spelling." };
  1154. const struct FC_Type _MSG_ER_AmbiguousAlias = { 1144, "Ambiguous alias or name: %s. There is more than one entry with this name in the address book. Please remove duplicate entries or use unique aliases." };
  1155. const struct FC_Type _MSG_ER_ErrorAddrDontFit = { 1145, "Addresses don't fit in string gadget. Use a distribution list to avoid this problem." };
  1156. const struct FC_Type _MSG_ER_ErrorNoPGPId = { 1146, "Couldn't find PGP ID for '%s' in the address book, now trying '%s'." };
  1157. const struct FC_Type _MSG_ER_ErrorAppendKey = { 1147, "Can't append public PGP key %s. There was a problem extracting it from the PGP keyring." };
  1158. const struct FC_Type _MSG_DI_Alias = { 1148, "_Abbreviation" };
  1159. const struct FC_Type _MSG_DI_New = { 1149, "_New" };
  1160. const struct FC_Type _MSG_DI_AddSelect = { 1150, "Add _selection" };
  1161. const struct FC_Type _MSG_DI_Delete = { 1151, "_Delete" };
  1162. const struct FC_Type _MSG_DI_Paste = { 1152, "_Paste" };
  1163. const struct FC_Type _MSG_HELP_DI_LV_ENTRIES = { 1153, "List of available abbreviations" };
  1164. const struct FC_Type _MSG_HELP_DI_ST_ALIAS = { 1154, "Abbreviation of selected entry" };
  1165. const struct FC_Type _MSG_HELP_DI_BT_NEW = { 1155, "Add a new abbreviation\nto the glossary" };
  1166. const struct FC_Type _MSG_HELP_DI_BT_ADDSELECT = { 1156, "Create a new entry based on\nthe marked text in the editor" };
  1167. const struct FC_Type _MSG_HELP_DI_BT_DELETE = { 1157, "Remove selected entry" };
  1168. const struct FC_Type _MSG_HELP_DI_BT_PASTE = { 1158, "Insert selected entry at the current\nposition in the text editor" };
  1169. const struct FC_Type _MSG_FI_GaugeText = { 1159, "%%ld of %ld messages" };
  1170. const struct FC_Type _MSG_FI_AddFilter = { 1160, "Add filter" };
  1171. const struct FC_Type _MSG_FI_AddFilterReq = { 1161, "Enter a name for the new filter" };
  1172. const struct FC_Type _MSG_FI_StatNew = { 1162, "New/Unread" };
  1173. const struct FC_Type _MSG_FI_StatRead = { 1163, "Read" };
  1174. const struct FC_Type _MSG_FI_StatForwarded = { 1164, "Forwarded" };
  1175. const struct FC_Type _MSG_FI_StatReplied = { 1165, "Replied" };
  1176. const struct FC_Type _MSG_FI_StatQueued = { 1166, "Queued" };
  1177. const struct FC_Type _MSG_FI_StatFailed = { 1167, "Send failed" };
  1178. const struct FC_Type _MSG_FI_StatHold = { 1168, "On hold" };
  1179. const struct FC_Type _MSG_FI_StatSent = { 1169, "Sent" };
  1180. const struct FC_Type _MSG_FI_FromField = { 1170, "\033bFrom\033n field" };
  1181. const struct FC_Type _MSG_FI_ToField = { 1171, "\033bTo\033n field" };
  1182. const struct FC_Type _MSG_FI_CCField = { 1172, "\033bCC\033n field" };
  1183. const struct FC_Type _MSG_FI_ReplyToField = { 1173, "\033bReply-To\033n field" };
  1184. const struct FC_Type _MSG_FI_SubjectField = { 1174, "\033bSubject\033n field" };
  1185. const struct FC_Type _MSG_FI_DateField = { 1175, "\033bDate\033n field" };
  1186. const struct FC_Type _MSG_FI_OtherField = { 1176, "Other field:" };
  1187. const struct FC_Type _MSG_FI_MessageSize = { 1177, "Message size" };
  1188. const struct FC_Type _MSG_FI_MessageHeader = { 1178, "Message header" };
  1189. const struct FC_Type _MSG_FI_MessageBody = { 1179, "Message body" };
  1190. const struct FC_Type _MSG_FI_WholeMessage = { 1180, "Whole message" };
  1191. const struct FC_Type _MSG_FI_SearchIn = { 1181, "Search in" };
  1192. const struct FC_Type _MSG_FI_CaseSensitive = { 1182, "Case sensitive" };
  1193. const struct FC_Type _MSG_FI_SubString = { 1183, "Substring search" };
  1194. const struct FC_Type _MSG_FI_FindMessages = { 1184, "Find Messages" };
  1195. const struct FC_Type _MSG_FI_AllFolders = { 1185, "_everywhere" };
  1196. const struct FC_Type _MSG_FI_FindIn = { 1186, "Find in" };
  1197. const struct FC_Type _MSG_FI_FindWhat = { 1187, "Find what" };
  1198. const struct FC_Type _MSG_FI_UseFilter = { 1188, "_Use filter settings" };
  1199. const struct FC_Type _MSG_FI_AddAsFilter = { 1189, "Add as _new filter" };
  1200. const struct FC_Type _MSG_FI_Results = { 1190, "Results" };
  1201. const struct FC_Type _MSG_FI_StartSearch = { 1191, "_Start search" };
  1202. const struct FC_Type _MSG_FI_SelectMatched = { 1192, "Select _matched" };
  1203. const struct FC_Type _MSG_FI_ReadMessage = { 1193, "_Read message" };
  1204. const struct FC_Type _MSG_FI_Abort = { 1194, "_Abort" };
  1205. const struct FC_Type _MSG_HELP_FI_LV_FOLDERS = { 1195, "Select one or more\nfolders to search in" };
  1206. const struct FC_Type _MSG_HELP_FI_BT_ALL = { 1196, "Include all folders in your search" };
  1207. const struct FC_Type _MSG_HELP_FI_PO_FROMRULE = { 1197, "Get search criteria\nfrom a filter" };
  1208. const struct FC_Type _MSG_HELP_FI_BT_TORULE = { 1198, "Create a new filter from\nthese search criteria" };
  1209. const struct FC_Type _MSG_HELP_FI_BT_SEARCH = { 1199, "Start the search and display\nthe results in the list above" };
  1210. const struct FC_Type _MSG_HELP_FI_BT_SELECT = { 1200, "Select matching messages\nin the main window" };
  1211. const struct FC_Type _MSG_HELP_FI_BT_READ = { 1201, "Display selected message/nfrom the list above" };
  1212. const struct FC_Type _MSG_HELP_FI_BT_ABORT = { 1202, "Stop searching" };
  1213. const struct FC_Type _MSG_HELP_FI_CY_MODE = { 1203, "Field or message part that\nshould match the pattern" };
  1214. const struct FC_Type _MSG_HELP_FI_ST_FIELD = { 1204, "Name of header field to search in" };
  1215. const struct FC_Type _MSG_HELP_FI_RA_ADRMODE = { 1205, "Choose whether you want to search in the\naddress or realname part of the field" };
  1216. const struct FC_Type _MSG_HELP_FI_CY_STATUS = { 1206, "Message status to match" };
  1217. const struct FC_Type _MSG_HELP_FI_ST_MATCH = { 1207, "Search pattern (AmigaDOS\nwildchars are supported)" };
  1218. const struct FC_Type _MSG_HELP_FI_CH_CASESENS = { 1208, "Should the search\nbe case sensitive?" };
  1219. const struct FC_Type _MSG_HELP_FI_CH_SUBSTR = { 1209, "Enable partial string search" };
  1220. const struct FC_Type _MSG_HELP_FI_CY_COMP = { 1210, "Type of comparison. Select <> to get all messages that\ndon't match the pattern, IN to use a file of patterns" };
  1221. const struct FC_Type _MSG_US_EnterPassword = { 1211, "Please enter your password" };
  1222. const struct FC_Type _MSG_US_TitleUserName = { 1212, "User name" };
  1223. const struct FC_Type _MSG_US_TitleMailDir = { 1213, "Mail directory" };
  1224. const struct FC_Type _MSG_US_WaitLogin = { 1214, "Waiting for user login..." };
  1225. const struct FC_Type _MSG_US_RemoveReq = { 1215, "All messages, folders and configuration\nfiles belonging to this user will be lost!\nDo you really want to remove the user?" };
  1226. const struct FC_Type _MSG_US_RemoveReqGads = { 1216, "*_Okay|_Keep files|_Cancel" };
  1227. const struct FC_Type _MSG_US_ErrorNoDirectory = { 1217, "Mail directory not found.\nDo you want to create it?" };
  1228. const struct FC_Type _MSG_US_UserName = { 1218, "_User name" };
  1229. const struct FC_Type _MSG_US_MailDirectory = { 1219, "_Mail directory" };
  1230. const struct FC_Type _MSG_US_GlobalAddrBook = { 1220, "Use global address _book" };
  1231. const struct FC_Type _MSG_US_GlobalDict = { 1221, "Use global _glossary" };
  1232. const struct FC_Type _MSG_US_CopyConfig = { 1222, "C_opy configuration from current user" };
  1233. const struct FC_Type _MSG_US_Password = { 1223, "_Password" };
  1234. const struct FC_Type _MSG_US_SuperVisor = { 1224, "_Supervisor privileges" };
  1235. const struct FC_Type _MSG_US_AddUser = { 1225, "_Add user" };
  1236. const struct FC_Type _MSG_US_DelUser = { 1226, "_Delete user" };
  1237. const struct FC_Type _MSG_HELP_US_ST_USER = { 1227, "Name of the new YAM user" };
  1238. const struct FC_Type _MSG_HELP_US_ST_MAILDIR = { 1228, "Directory to store the\nfolders and config files\nof the new user account" };
  1239. const struct FC_Type _MSG_HELP_US_CH_USEADDR = { 1229, "Share address book\nwith other users" };
  1240. const struct FC_Type _MSG_HELP_US_CH_USEDICT = { 1230, "Share glossary\nwith other users" };
  1241. const struct FC_Type _MSG_HELP_US_ST_PASSWD = { 1231, "Password required for this user to login" };
  1242. const struct FC_Type _MSG_HELP_US_CH_ROOT = { 1232, "Enable this option if the user\nmay add or remove other users" };
  1243. const struct FC_Type _MSG_HELP_US_CH_CLONE = { 1233, "Use current configuration as\ndefault for the new account" };
  1244. const struct FC_Type _MSG_HELP_US_BT_ADD = { 1234, "Create the new account" };
  1245. const struct FC_Type _MSG_HELP_US_BT_DEL = { 1235, "Remove selected account" };
  1246. const struct FC_Type _MSG_FO_NewSepReq = { 1236, "Optional label for the separator" };
  1247. const struct FC_Type _MSG_FO_NewFolderReq = { 1237, "What settings do you want to use for the new folder?\nSelect 'Existing directory' if the folder already exists\non your disk" };
  1248. const struct FC_Type _MSG_FO_NewFolderGads = { 1238, "*_Internal defaults|_Like current|_Existing directory|_Cancel" };
  1249. const struct FC_Type _MSG_FO_SelectDir = { 1239, "Select directory..." };
  1250. const struct FC_Type _MSG_FO_MessageDate = { 1240, "Message date" };
  1251. const struct FC_Type _MSG_FO_DateRecvd = { 1241, "Date received" };
  1252. const struct FC_Type _MSG_FO_FMNormal = { 1242, "normal" };
  1253. const struct FC_Type _MSG_FO_FMSimple = { 1243, "simple protection" };
  1254. const struct FC_Type _MSG_FO_FMPack = { 1244, "compressed" };
  1255. const struct FC_Type _MSG_FO_FMEncPack = { 1245, "compressed with password" };
  1256. const struct FC_Type _MSG_FO_FTRcvdMail = { 1246, "received mail" };
  1257. const struct FC_Type _MSG_FO_FTSentMail = { 1247, "sent mail" };
  1258. const struct FC_Type _MSG_FO_FTBothMail = { 1248, "received and sent" };
  1259. const struct FC_Type _MSG_FO_FTSeparate = { 1249, "separator" };
  1260. const struct FC_Type _MSG_FO_EditFolder = { 1250, "Folder settings" };
  1261. const struct FC_Type _MSG_FO_Properties = { 1251, "Properties" };
  1262. const struct FC_Type _MSG_FO_MaxAge = { 1252, "Ma_x. age" };
  1263. const struct FC_Type _MSG_FO_FolderType = { 1253, "T_ype" };
  1264. const struct FC_Type _MSG_FO_FolderMode = { 1254, "_Mode" };
  1265. const struct FC_Type _MSG_FO_SortBy = { 1255, "S_ort by" };
  1266. const struct FC_Type _MSG_FO_ThenBy = { 1256, "T_hen by" };
  1267. const struct FC_Type _MSG_FO_Reverse = { 1257, "Rev" };
  1268. const struct FC_Type _MSG_FO_MLSupport = { 1258, "Mailing list support" };
  1269. const struct FC_Type _MSG_FO_ToPattern = { 1259, "To: _pattern" };
  1270. const struct FC_Type _MSG_FO_ToAddress = { 1260, "_To: address" };
  1271. const struct FC_Type _MSG_HELP_FO_ST_FNAME = { 1261, "Folder name" };
  1272. const struct FC_Type _MSG_HELP_FO_TX_FPATH = { 1262, "Directory where the messages of\nthe selected folder are stored" };
  1273. const struct FC_Type _MSG_HELP_FO_ST_MAXAGE = { 1263, "Old messages will automatically\nbe deleted after this time (in days).\nEnter 0 or no value to disable this feature." };
  1274. const struct FC_Type _MSG_HELP_FO_CY_FTYPE = { 1264, "Type of custom archive folder\n(in/out/both)" };
  1275. const struct FC_Type _MSG_HELP_FO_CY_FMODE = { 1265, "Folders can be password-protected\nand/or compressed using XPK" };
  1276. const struct FC_Type _MSG_HELP_FO_CY_SORT0 = { 1266, "Primary sorting order of the\nmessage in this folder" };
  1277. const struct FC_Type _MSG_HELP_FO_CY_SORT1 = { 1267, "Secondary sorting order of the\nmessage in this folder" };
  1278. const struct FC_Type _MSG_HELP_FO_CH_REVERSE = { 1268, "Reversed sorting" };
  1279. const struct FC_Type _MSG_HELP_FO_ST_MLPATTERN = { 1269, "A message belongs to a mailing list\nif the To: field matches this pattern" };
  1280. const struct FC_Type _MSG_HELP_FO_ST_MLADDRESS = { 1270, "Use this recipient address for\na reply to a mailing list message" };
  1281. const struct FC_Type _MSG_BusySavingAB = { 1271, "Saving address book '%s'..." };
  1282. const struct FC_Type _MSG_BusyPrintingAB = { 1272, "Printing address book..." };
  1283. const struct FC_Type _MSG_BusySavingDI = { 1273, "Saving glossary..." };
  1284. const struct FC_Type _MSG_BusyLoadingDI = { 1274, "Loading glossary..." };
  1285. const struct FC_Type _MSG_BusyDownloadingPic = { 1275, "Downloading portrait of %s..." };
  1286. const struct FC_Type _MSG_BusyUncompressingFO = { 1276, "(De)compressing folders..." };
  1287. const struct FC_Type _MSG_BusyMoving = { 1277, "Moving/copying %s messages..." };
  1288. const struct FC_Type _MSG_BusyRemovingAtt = { 1278, "Removing attachments..." };
  1289. const struct FC_Type _MSG_BusyDeleting = { 1279, "Deleting %s message(s)..." };
  1290. const struct FC_Type _MSG_BusyFiltering = { 1280, "Applying filters..." };
  1291. const struct FC_Type _MSG_BusyDeletingOld = { 1281, "Deleting old mail..." };
  1292. const struct FC_Type _MSG_BusyEmptyingTrash = { 1282, "Emptying trash folder..." };
  1293. const struct FC_Type _MSG_BusyGettingVerInfo = { 1283, "Getting update information..." };
  1294. const struct FC_Type _MSG_BusyLoadingIndex = { 1284, "Loading index of folder '%s'..." };
  1295. const struct FC_Type _MSG_BusySavingIndex = { 1285, "Saving index of folder '%s'..." };
  1296. const struct FC_Type _MSG_BusyScanning = { 1286, "Scanning directory of folder '%s'..." };
  1297. const struct FC_Type _MSG_BusyReading = { 1287, "Reading message..." };
  1298. const struct FC_Type _MSG_BusyDisplaying = { 1288, "Displaying message..." };
  1299. const struct FC_Type _MSG_BusyDisplayingList = { 1289, "Displaying messages..." };
  1300. const struct FC_Type _MSG_BusyPGPrunning = { 1290, "PGP operation..." };
  1301. const struct FC_Type _MSG_BusyComposing = { 1291, "Composing message..." };
  1302. const struct FC_Type _MSG_BusyDecPrinting = { 1292, "Decoding/printing..." };
  1303. const struct FC_Type _MSG_BusyDecSaving = { 1293, "Decoding/saving..." };
  1304. const struct FC_Type _MSG_BusyDecDisplaying = { 1294, "Decoding/displaying..." };
  1305. const struct FC_Type _MSG_RE_FollowThreadReq = { 1295, "In order to follow the thread, YAM has to load all indices.\nThis may be time consuming. Do you want to continue?" };
  1306. const struct FC_Type _MSG_CTapplicationadosscript = { 1296, "AmigaDOS script" };
  1307. const struct FC_Type _MSG_CTapplicationrexx = { 1297, "Rexx script" };
  1308. static struct Catalog *YAM_Catalog = NULL;
  1309.  
  1310. void OpenYAMCatalog(void)
  1311. {
  1312.     extern struct Library *LocaleBase;
  1313.     extern void CloseYAMCatalog(void);
  1314.  
  1315.     if (LocaleBase && !YAM_Catalog)
  1316.       {
  1317.          YAM_Catalog = OpenCatalog(NULL, (STRPTR)"YAM.catalog", OC_BuiltInLanguage, YAM_BuiltInLanguage,
  1318.           OC_Version, YAM_Version, TAG_DONE);
  1319.     }
  1320. }
  1321.  
  1322. void CloseYAMCatalog(void)
  1323. {
  1324.       if (LocaleBase) CloseCatalog(YAM_Catalog);
  1325.       YAM_Catalog = NULL;
  1326. }
  1327.  
  1328. char *GetStr(APTR fcstr)
  1329. {
  1330.    char *defaultstr;
  1331.    int strnum;
  1332.  
  1333.    strnum = ((struct FC_Type *)fcstr)->ID;
  1334.    defaultstr = ((struct FC_Type *)fcstr)->Str;
  1335.    return YAM_Catalog ? (char *)GetCatalogStr(YAM_Catalog, strnum, (STRPTR)defaultstr) : defaultstr;
  1336. }
  1337.